Template variable help docs for the Cash plugin
This commit is contained in:
parent
36169ef81f
commit
e21ce2c477
2 changed files with 38 additions and 111 deletions
30
lib/WebGUI/Help/PayDriver_Cash.pm
Normal file
30
lib/WebGUI/Help/PayDriver_Cash.pm
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
package WebGUI::Help::PayDriver_Cash;
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
@ -7,124 +7,13 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Default Cash payment gateway label|
|
context => q|Default Cash payment gateway label|
|
||||||
},
|
},
|
||||||
'phone' => {
|
|
||||||
message => q|Telephone Number|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'country' => {
|
|
||||||
message => q|Country|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'firstName' => {
|
|
||||||
message => q|First name|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'lastName' => {
|
|
||||||
message => q|Last name|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'address' => {
|
|
||||||
message => q|Address|,
|
|
||||||
lastUpdated => 1101772170,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'city' => {
|
|
||||||
message => q|City|,
|
|
||||||
lastUpdated => 1101772171,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'state' => {
|
|
||||||
message => q|State|,
|
|
||||||
lastUpdated => 1101772173,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'zipcode' => {
|
|
||||||
message => q|Zipcode|,
|
|
||||||
lastUpdated => 1101772174,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'email' => {
|
|
||||||
message => q|Email|,
|
|
||||||
lastUpdated => 1101772176,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'cardNumber' => {
|
|
||||||
message => q|Credit card number|,
|
|
||||||
lastUpdated => 1101772177,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'expiration date' => {
|
|
||||||
message => q|Expiration date|,
|
|
||||||
lastUpdated => 1101772180,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'cvv2' => {
|
|
||||||
message => q|Verification number (ie. CVV2)|,
|
|
||||||
lastUpdated => 1101772182,
|
|
||||||
context => q|Form label in the checkout form of the iTransact module.|
|
|
||||||
},
|
|
||||||
|
|
||||||
'vendorId' => {
|
|
||||||
message => q|Username (Vendor ID)|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the configuration form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'use cvv2' => {
|
|
||||||
message => q|Use CVV2|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the configuration form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'emailMessage' => {
|
|
||||||
message => q|Email message|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the configuration form of the iTransact module.|
|
|
||||||
},
|
|
||||||
'password' => {
|
|
||||||
message => q|Password|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|Form label in the configuration form of the iTransact module.|
|
|
||||||
},
|
|
||||||
|
|
||||||
'module name' => {
|
'module name' => {
|
||||||
message => q|Cash|,
|
message => q|Cash|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|The displayed name of the payment module.|
|
context => q|The displayed name of the payment module.|
|
||||||
},
|
},
|
||||||
|
|
||||||
'invalid firstName' => {
|
|
||||||
message => q|You have to enter a valid first name.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid first name has been entered.|
|
|
||||||
},
|
|
||||||
'invalid lastName' => {
|
|
||||||
message => q|You have to enter a valid last name.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid last name has been entered.|
|
|
||||||
},
|
|
||||||
'invalid address' => {
|
|
||||||
message => q|You have to enter a valid address.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid street has been entered.|
|
|
||||||
},
|
|
||||||
'invalid city' => {
|
|
||||||
message => q|You have to enter a valid city.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid city has been entered.|
|
|
||||||
},
|
|
||||||
'invalid zip' => {
|
|
||||||
message => q|You have to enter a valid zipcode.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid zipcode has been entered.|
|
|
||||||
},
|
|
||||||
'invalid email' => {
|
|
||||||
message => q|You have to enter a valid email address.|,
|
|
||||||
lastUpdated => 0,
|
|
||||||
context => q|An error indicating that an invalid email address has been entered.|
|
|
||||||
},
|
|
||||||
'no description' => {
|
'no description' => {
|
||||||
message => q|No description|,
|
message => q|No description|,
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
@ -180,11 +69,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|Cash Payment Method Cart Summary Template|,
|
||||||
|
lastUpdated => 0,
|
||||||
|
context => q||,
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue