diff --git a/lib/WebGUI/Help/PayDriver_ExpressCheckout.pm b/lib/WebGUI/Help/PayDriver_ExpressCheckout.pm new file mode 100644 index 000000000..edda96b05 --- /dev/null +++ b/lib/WebGUI/Help/PayDriver_ExpressCheckout.pm @@ -0,0 +1,30 @@ +package WebGUI::Help::PayDriver_ExpressCheckout; + +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/Help/PayDriver_PayPalStd.pm b/lib/WebGUI/Help/PayDriver_PayPalStd.pm new file mode 100644 index 000000000..f7553d5f3 --- /dev/null +++ b/lib/WebGUI/Help/PayDriver_PayPalStd.pm @@ -0,0 +1,30 @@ +package WebGUI::Help::PayDriver_PayPalStd; + +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_ExpressCheckout.pm b/lib/WebGUI/i18n/English/PayDriver_ExpressCheckout.pm index 831731608..7417549de 100644 --- a/lib/WebGUI/i18n/English/PayDriver_ExpressCheckout.pm +++ b/lib/WebGUI/i18n/English/PayDriver_ExpressCheckout.pm @@ -117,11 +117,19 @@ our $I18N = { lastUpdated => 0, context => q|Hover help for the password field in the configuration form of the iTransact module.| }, + 'Pay' => { message => q|Pay|, lastUpdated => 0, context => q|Button label| }, + + 'cart summary template' => { + message => q|PayPal Express Checkout Cart Summary Template|, + lastUpdated => 0, + context => q|| + }, + }; 1; diff --git a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm index 5c96038a6..39e7fa5c2 100644 --- a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm +++ b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm @@ -74,7 +74,7 @@ our $I18N = { }, 'edit credentials template' => { - message => q|Edit Credentials Template|, + message => q|ITransact Edit Credentials Template|, lastUpdated => 0, context => q|Title of the help page.| }, diff --git a/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm b/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm index aff365388..5a1de11dd 100644 --- a/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm +++ b/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm @@ -226,11 +226,19 @@ Additionally, set the "Return URL" to:|, lastUpdated => 0, context => q|Hover help for the password field in the configuration form of the iTransact module.| }, + 'Pay' => { message => q|Pay|, lastUpdated => 0, context => q|Button label| }, + + 'cart summary template' => { + message => q|PayPal Std Payment Driver Plugin Cart Summary Template|, + lastUpdated => 0, + context => q|| + }, + }; 1;