Update this test to account for the new driver.
This commit is contained in:
parent
45940ffa83
commit
9a6a2e4549
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ my $defaultPayDrivers = {
|
|||
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
|
||||
'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)',
|
||||
'WebGUI::Shop::PayDriver::PayPal::PayPalStd' => 'PayPal',
|
||||
'WebGUI::Shop::PayDriver::Ogone' => 'Ogone',
|
||||
};
|
||||
|
||||
cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue