added recurring transaction cancellation handling

This commit is contained in:
JT Smith 2008-05-23 18:21:51 +00:00
parent e67699e019
commit 54146e32a5
5 changed files with 91 additions and 1 deletions

View file

@ -9,6 +9,12 @@ our $I18N = {
context => q|a help label|
},
'cancel recurring message' => {
message => q|Recurring transaction %s with an item named %s for a user named %s has been cancelled.|,
lastUpdated => 0,
context => q|a notification email sent to shop owners|,
},
'shop' => {
message => q|Shop|,
lastUpdated => 0,

View file

@ -3,6 +3,12 @@ package WebGUI::i18n::English::Shop;
use strict;
our $I18N = {
'shop notice' => {
message => q|Shop Notice|,
lastUpdated => 0,
context => q|an email subject heading for generic shop notification emails|,
},
'mixed items warning' => {
message => q|You are not able to check out with both recurring and non-recurring items in your cart. You may have either one recurring item, or as many non-recurring items as you want in your cart at checkout time. If you need to purchase both, then please purchase them under separate transactions.|,
lastUpdated => 0,