exposed payment info and payment type to vendor

This commit is contained in:
JT Smith 2008-08-13 15:13:53 +00:00
parent 808fc1476b
commit 8702ee8de2
2 changed files with 20 additions and 4 deletions

View file

@ -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,