Template variable help docs for the Ogone template.
This commit is contained in:
parent
0c4cb91e01
commit
36169ef81f
3 changed files with 43 additions and 0 deletions
30
lib/WebGUI/Help/PayDriver_Ogone.pm
Normal file
30
lib/WebGUI/Help/PayDriver_Ogone.pm
Normal file
|
|
@ -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;
|
||||||
|
|
@ -112,6 +112,12 @@ our $I18N = {
|
||||||
context => q|Body for a template variable help page.|
|
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;
|
1;
|
||||||
|
|
|
||||||
|
|
@ -140,6 +140,13 @@ our $I18N = {
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q|Text that describes the required Ogone settings.|,
|
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;
|
1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue