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
|
|
@ -175,8 +175,8 @@ our $I18N = {
|
|||
context => q|An error indicating that an invalid expiration date has been entered.|
|
||||
},
|
||||
'Itransact' => {
|
||||
message => q|Credit Card (ITransact).|,
|
||||
lastUpdated => 0,
|
||||
message => q|Credit Card (ITransact)|,
|
||||
lastUpdated => 1215880143,
|
||||
context => q|Name of the gateway from the definition|
|
||||
},
|
||||
'expired expiration date' => {
|
||||
|
|
|
|||
|
|
@ -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