Added choice of multiple payment gateways to commerce system.

This commit is contained in:
Martin Kamerbeek 2004-11-30 19:55:14 +00:00
parent 00074fd16d
commit 1ab8746c3a
7 changed files with 175 additions and 21 deletions

View file

@ -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);
}
#-------------------------------------------------------------------