Template variable help for the Pay Pal modules, and name the ITransact template better.
This commit is contained in:
parent
e21ce2c477
commit
4933e5d52e
5 changed files with 77 additions and 1 deletions
30
lib/WebGUI/Help/PayDriver_ExpressCheckout.pm
Normal file
30
lib/WebGUI/Help/PayDriver_ExpressCheckout.pm
Normal file
|
|
@ -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;
|
||||||
30
lib/WebGUI/Help/PayDriver_PayPalStd.pm
Normal file
30
lib/WebGUI/Help/PayDriver_PayPalStd.pm
Normal file
|
|
@ -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;
|
||||||
|
|
@ -117,11 +117,19 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Hover help for the password field in the configuration form of the iTransact module.|
|
context => q|Hover help for the password field in the configuration form of the iTransact module.|
|
||||||
},
|
},
|
||||||
|
|
||||||
'Pay' => {
|
'Pay' => {
|
||||||
message => q|Pay|,
|
message => q|Pay|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Button label|
|
context => q|Button label|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'cart summary template' => {
|
||||||
|
message => q|PayPal Express Checkout Cart Summary Template|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q||
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ our $I18N = {
|
||||||
},
|
},
|
||||||
|
|
||||||
'edit credentials template' => {
|
'edit credentials template' => {
|
||||||
message => q|Edit Credentials Template|,
|
message => q|ITransact Edit Credentials Template|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Title of the help page.|
|
context => q|Title of the help page.|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -226,11 +226,19 @@ Additionally, set the "Return URL" to:|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Hover help for the password field in the configuration form of the iTransact module.|
|
context => q|Hover help for the password field in the configuration form of the iTransact module.|
|
||||||
},
|
},
|
||||||
|
|
||||||
'Pay' => {
|
'Pay' => {
|
||||||
message => q|Pay|,
|
message => q|Pay|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Button label|
|
context => q|Button label|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'cart summary template' => {
|
||||||
|
message => q|PayPal Std Payment Driver Plugin Cart Summary Template|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q||
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue