Convert PayPal base class over to Moose.

This commit is contained in:
Colin Kuskie 2010-10-08 10:37:59 -07:00
parent 4f0b7a7e3b
commit 2fd37a7ed2

View file

@ -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