Convert PayPal base class over to Moose.
This commit is contained in:
parent
4f0b7a7e3b
commit
2fd37a7ed2
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ package WebGUI::Shop::PayDriver::PayPal;
|
|||
|
||||
## this holds some shared functionality, and MUST be overridden for a full payment driver
|
||||
use strict;
|
||||
use base qw/WebGUI::Shop::PayDriver/;
|
||||
use Moose;
|
||||
use WebGUI::Definition::Shop;
|
||||
extends qw/WebGUI::Shop::PayDriver/;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue