Update the test to match the new i18n label.
Remove the trailing period from the ITransact i18n label.
This commit is contained in:
parent
9e4394808f
commit
052d9d67eb
2 changed files with 3 additions and 3 deletions
|
|
@ -153,7 +153,7 @@ my $drivers = $pay->getDrivers();
|
|||
|
||||
my $defaultPayDrivers = {
|
||||
'WebGUI::Shop::PayDriver::Cash' => 'Cash',
|
||||
'WebGUI::Shop::PayDriver::ITransact' => 'Itransact',
|
||||
'WebGUI::Shop::PayDriver::ITransact' => 'Credit Card (ITransact)',
|
||||
};
|
||||
|
||||
cmp_deeply( $drivers, $defaultPayDrivers, 'getDrivers returns the default PayDrivers');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue