lib/patch_ruby/models/order.rb in patch_ruby-1.6.0 vs lib/patch_ruby/models/order.rb in patch_ruby-1.7.0
- old
+ new
@@ -88,11 +88,11 @@
:'id' => :'String',
:'mass_g' => :'Integer',
:'production' => :'Boolean',
:'state' => :'String',
:'allocation_state' => :'String',
- :'price_cents_usd' => :'String',
- :'patch_fee_cents_usd' => :'String',
+ :'price_cents_usd' => :'Integer',
+ :'patch_fee_cents_usd' => :'Integer',
:'allocations' => :'Array<Allocation>',
:'registry_url' => :'String',
:'metadata' => :'Object'
}
end