Sha256: 96c790249191eadfc0bfaccfaa7579514ea7208f3578218e0e38dda185e8022f
Contents?: true
Size: 453 Bytes
Versions: 6
Compression:
Stored size: 453 Bytes
Contents
<% 1.upto(30) do |i| %> tax_<%= i %>: order: order_<%= i %> amount: 2.78 type: Charge secondary_type: TaxCharge adjustment_source_id: order_<%= i %> adjustment_source_type: Order description: Tax <% end %> <% 1.upto(30) do |i| %> ship_<%= i %>: order: order_<%= i %> amount: 5 type: Charge secondary_type: ShippingCharge adjustment_source_id: shipment_<%= i %> adjustment_source_type: Shipment description: Shipping <% end %>
Version data entries
6 entries across 6 versions & 2 rubygems