Add default i18n label, API converted over to Moose. Need to run tests, convert definition based code in the UI.

This commit is contained in:
Colin Kuskie 2010-09-24 16:10:30 -07:00
parent 068c2d5851
commit bab17655c2
2 changed files with 123 additions and 133 deletions

View file

@ -118,6 +118,12 @@ our $I18N = {
context => q|Status message|,
},
'Payment Driver' => {
message => q|Payment Driver|,
lastUpdated => 0,
context => q|Name of the base Payment Driver|,
},
};
1;