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:
parent
b5be9f79a3
commit
2c1005522b
9 changed files with 364 additions and 44 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue