diff --git a/lib/WebGUI/Help/PayDriver_Ogone.pm b/lib/WebGUI/Help/PayDriver_Ogone.pm new file mode 100644 index 000000000..69a710c93 --- /dev/null +++ b/lib/WebGUI/Help/PayDriver_Ogone.pm @@ -0,0 +1,30 @@ +package WebGUI::Help::PayDriver_Ogone; + +use strict; + + +our $HELP = { + + 'cart summary template' => { + title => 'cart summary template', + body => '', + isa => [ + { namespace => "PayDriver", + tag => "cart summary variables" + }, + ], + fields => [], + variables => [ + { + name => "proceedButton", + required => 1, + namespace => 'PayDriver', + }, + ], + related => [ + ], + }, + +}; + +1; diff --git a/lib/WebGUI/i18n/English/PayDriver.pm b/lib/WebGUI/i18n/English/PayDriver.pm index b79702273..bc9309424 100644 --- a/lib/WebGUI/i18n/English/PayDriver.pm +++ b/lib/WebGUI/i18n/English/PayDriver.pm @@ -112,6 +112,12 @@ our $I18N = { context => q|Body for a template variable help page.| }, + 'proceedButton' => { + message => q|A combined button and form for the user to press when they have reviewed the charges that will be submitted to this payment gateway.|, + lastUpdated => 0, + context => q|Status message|, + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/PayDriver_Ogone.pm b/lib/WebGUI/i18n/English/PayDriver_Ogone.pm index 6f7390c15..b85570c89 100755 --- a/lib/WebGUI/i18n/English/PayDriver_Ogone.pm +++ b/lib/WebGUI/i18n/English/PayDriver_Ogone.pm @@ -140,6 +140,13 @@ our $I18N = { lastUpdated => 0, context => q|Text that describes the required Ogone settings.|, }, + + 'cart summary template' => { + message => q|Ogone Payment Gateway Summary Template.|, + lastUpdated => 0, + context => q|Status message|, + }, + }; 1;