Skip to content

Commit 5027cdd

Browse files
committed
prices and fees are strings
1 parent 60270f4 commit 5027cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/patch_ruby/models/order.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ def self.openapi_types
7777
:'production' => :'Boolean',
7878
:'state' => :'String',
7979
:'allocation_state' => :'String',
80-
:'price_cents_usd' => :'Integer',
81-
:'patch_fee_cents_usd' => :'Integer',
80+
:'price_cents_usd' => :'String',
81+
:'patch_fee_cents_usd' => :'String',
8282
:'allocations' => :'Array<Allocation>',
8383
:'metadata' => :'Object'
8484
}

0 commit comments

Comments
 (0)