account for another default paydriver not that itransact has been added
This commit is contained in:
parent
8409f5dcd4
commit
70f657d042
1 changed files with 2 additions and 1 deletions
|
|
@ -150,7 +150,8 @@ is($newDriver->label, 'JAL', 'label passed correctly to paydriver');
|
|||
my $drivers = $pay->getDrivers();
|
||||
|
||||
my $defaultPayDrivers = {
|
||||
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
|
||||
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
|
||||
'WebGUI::Shop::PayDriver::ITransact' => 'Itransact',
|
||||
};
|
||||
|
||||
cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue