diff --git a/designdocs/shipper.pod b/designdocs/shipper.pod index dfcaac2c5..3570459ee 100644 --- a/designdocs/shipper.pod +++ b/designdocs/shipper.pod @@ -211,27 +211,27 @@ param: definition - an array ref of hash refs of definitions [ { - name =E "Flat Rate", - fields =E { - percentageOfPrice =E { - fieldType =E "float", - label =E "Percentage Of Price", - defaultValue =E 0 + name => "Flat Rate", + fields => { + percentageOfPrice => { + fieldType => "float", + label => "Percentage Of Price", + defaultValue => 0 }, - flatFee =E { - fieldType =E "float", - label =E "Flat Fee", - defaultValue =E 0 + flatFee => { + fieldType => "float", + label => "Flat Fee", + defaultValue => 0 }, - pricePerWeight =E { - fieldType =E "float", - label =E "Price Per Weight", - defaultValue =E 0 + pricePerWeight => { + fieldType => "float", + label => "Price Per Weight", + defaultValue => 0 }, - pricePerItem =E { - label =E "Price Per Item", - fieldType =E "float", - defaultValue =E 0 + pricePerItem => { + label => "Price Per Item", + fieldType => "float", + defaultValue => 0 }, } }