GT to >
This commit is contained in:
parent
c1e0471d51
commit
8ac717f2e7
1 changed files with 18 additions and 18 deletions
|
|
@ -211,27 +211,27 @@ param: definition - an array ref of hash refs of definitions
|
||||||
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name =E<gt> "Flat Rate",
|
name => "Flat Rate",
|
||||||
fields =E<gt> {
|
fields => {
|
||||||
percentageOfPrice =E<gt> {
|
percentageOfPrice => {
|
||||||
fieldType =E<gt> "float",
|
fieldType => "float",
|
||||||
label =E<gt> "Percentage Of Price",
|
label => "Percentage Of Price",
|
||||||
defaultValue =E<gt> 0
|
defaultValue => 0
|
||||||
},
|
},
|
||||||
flatFee =E<gt> {
|
flatFee => {
|
||||||
fieldType =E<gt> "float",
|
fieldType => "float",
|
||||||
label =E<gt> "Flat Fee",
|
label => "Flat Fee",
|
||||||
defaultValue =E<gt> 0
|
defaultValue => 0
|
||||||
},
|
},
|
||||||
pricePerWeight =E<gt> {
|
pricePerWeight => {
|
||||||
fieldType =E<gt> "float",
|
fieldType => "float",
|
||||||
label =E<gt> "Price Per Weight",
|
label => "Price Per Weight",
|
||||||
defaultValue =E<gt> 0
|
defaultValue => 0
|
||||||
},
|
},
|
||||||
pricePerItem =E<gt> {
|
pricePerItem => {
|
||||||
label =E<gt> "Price Per Item",
|
label => "Price Per Item",
|
||||||
fieldType =E<gt> "float",
|
fieldType => "float",
|
||||||
defaultValue =E<gt> 0
|
defaultValue => 0
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue