Refactor out template processing code into the PayDriver module.

This commit is contained in:
Colin Kuskie 2010-04-29 14:31:13 -07:00
parent c0e3ec0d58
commit e9313959eb
4 changed files with 70 additions and 68 deletions

View file

@ -93,6 +93,11 @@ our $I18N = {
lastUpdated => 0,
context => q{Link to begin checkout again after failure},
},
'template gone' => {
message => q|The template for entering in credentials has been deleted. Please notify the site administrator.|,
lastUpdated => 0,
context => q|Error message when a template cannot be accessed.|
},
};
1;