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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue