Added choice of multiple payment gateways to commerce system.
This commit is contained in:
parent
00074fd16d
commit
1ab8746c3a
7 changed files with 175 additions and 21 deletions
|
|
@ -10,7 +10,6 @@ use WebGUI::International;
|
|||
|
||||
our @ISA = qw(WebGUI::Commerce::Payment);
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub cancelRecurringPayment {
|
||||
my ($self, $recurring);
|
||||
|
|
@ -138,7 +137,7 @@ sub configurationForm {
|
|||
-subText=> $i18n->get('testModeEnabled')
|
||||
);
|
||||
|
||||
return $f->printRowsOnly;
|
||||
return $self->SUPER::configurationForm($f->printRowsOnly);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue