Template variable help docs for the Ogone template.

This commit is contained in:
Colin Kuskie 2010-05-03 14:06:08 -07:00
parent 0c4cb91e01
commit 36169ef81f
3 changed files with 43 additions and 0 deletions

View 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;