exposed payment info and payment type to vendor
This commit is contained in:
parent
808fc1476b
commit
8702ee8de2
2 changed files with 20 additions and 4 deletions
|
|
@ -3,6 +3,18 @@ package WebGUI::i18n::English::Shop;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'Preferred Payment Type' => {
|
||||
message => q|Preferred Payment Type|,
|
||||
lastUpdated => 0,
|
||||
context => q|vendor label|,
|
||||
},
|
||||
|
||||
'Payment Information' => {
|
||||
message => q|Payment Information|,
|
||||
lastUpdated => 0,
|
||||
context => q|vendor label|,
|
||||
},
|
||||
|
||||
'thank you message' => {
|
||||
message => q|Thank you for your order! Please save this as your receipt.|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue