Commerce changes:

Credit Card failures now bounce user back to checkout screen with error there
Added Check commerce plugin and removed select box from Cash plugin.  Users now don't have to chose twice.
Added label to each payment plugin.  ITransact module now defaults to "Credit Card" for display purposes.
This commit is contained in:
Frank Dillon 2007-07-26 21:15:48 +00:00
parent b5be9f79a3
commit 2c1005522b
9 changed files with 364 additions and 44 deletions

View file

@ -643,7 +643,17 @@ our $I18N = {
lastUpdated => 1128920490,
},
'label' => {
message => q|Label|,
lastUpdated => 0,
context => q|Commerce Payment Plugin Label|
},
'label hoverhelp' => {
message => q|Label for displaying payment plugin to users. This will be the display if user can choose from different payment gateways available.|,
lastUpdated => 0,
context => q|Hoverhelp for Commerce Payment Plugin Label|
},
};
1;