lib/zinc/price_components.rb in zinc-api-0.0.4 vs lib/zinc/price_components.rb in zinc-api-0.0.5

- old
+ new

@@ -1,10 +1,11 @@ module Zinc class PriceComponents < Model - attr_accessor :shipping, + attr_accessor :subtotal, :product_subtotals, - :subtotal, + :shipping, :tax, - :total, - :gift_certificate + :fees, + :gift_certificate, + :total end end