diff --git a/lib/WebGUI/Help/PayDriver.pm b/lib/WebGUI/Help/PayDriver.pm index 9ea8f6590..36bb49c89 100644 --- a/lib/WebGUI/Help/PayDriver.pm +++ b/lib/WebGUI/Help/PayDriver.pm @@ -341,6 +341,8 @@ our $HELP = { description => 'totalPrice help', namespace => 'Shop', }, + ], + }, }; diff --git a/lib/WebGUI/Help/PayDriver_ITransact.pm b/lib/WebGUI/Help/PayDriver_ITransact.pm index 9f7ef1852..26d39e272 100644 --- a/lib/WebGUI/Help/PayDriver_ITransact.pm +++ b/lib/WebGUI/Help/PayDriver_ITransact.pm @@ -8,7 +8,11 @@ our $HELP = { 'edit credentials template' => { title => 'edit credentials template', body => 'edit credentials template help', - isa => [], + isa => [ + { namespace => "PayDriver", + tag => "cart summary variables" + }, + ], fields => [], variables => [ { @@ -33,46 +37,6 @@ our $HELP = { required => 1, namespace => 'Shop', }, - { - name => "addressField", - description => "addressField help", - required => 1, - }, - { - name => "cityField", - description => "cityField help", - required => 1, - namespace => 'Shop', - }, - { - name => "stateField", - description => "stateField help", - required => 1, - namespace => 'Shop', - }, - { - name => "countryField", - description => "countryField help", - required => 1, - namespace => 'Shop', - }, - { - name => "codeField", - description => "codeField help", - required => 1, - namespace => 'Shop', - }, - { - name => "phoneField", - description => "phoneNumberField help", - required => 1, - namespace => 'Shop', - }, - { - name => "emailField", - description => "emailField help", - required => 1, - }, { name => "cardNumberField", description => "cardNumberField help", diff --git a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm index 7f29c724c..5c96038a6 100644 --- a/lib/WebGUI/i18n/English/PayDriver_ITransact.pm +++ b/lib/WebGUI/i18n/English/PayDriver_ITransact.pm @@ -12,56 +12,6 @@ our $I18N = { lastUpdated => 0, context => q|The name of the ITransact plugin|, }, - 'label' => { - message => q|Credit Card|, - lastUpdated => 0, - context => q|Default ITransact 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, @@ -152,18 +102,6 @@ our $I18N = { context => q|Template variable help.| }, - 'addressField help' => { - message => q|A single text field for the user to enter in their street address.|, - lastUpdated => 0, - context => q|Template variable help.| - }, - - 'emailField help' => { - message => q|A single text field for the user to enter in their email address.|, - lastUpdated => 1231192368, - context => q|Template variable help.| - }, - 'cardNumberField help' => { message => q|A single text field for the user to enter in their credit card number.|, lastUpdated => 0,