File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ type JWSTransaction struct {
163
163
StorefrontId string `json:"storefrontId,omitempty"`
164
164
TransactionReason TransactionReason `json:"transactionReason,omitempty"`
165
165
Environment Environment `json:"environment,omitempty"`
166
- Price int32 `json:"price,omitempty"`
166
+ Price int64 `json:"price,omitempty"`
167
167
Currency string `json:"currency,omitempty"`
168
168
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
169
169
}
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ type (
231
231
OfferType OfferType `json:"offerType"`
232
232
OriginalPurchaseDate int64 `json:"originalPurchaseDate"`
233
233
OriginalTransactionId string `json:"originalTransactionId"`
234
- Price int32 `json:"price,omitempty"`
234
+ Price int64 `json:"price,omitempty"`
235
235
ProductId string `json:"productId"`
236
236
PurchaseDate int64 `json:"purchaseDate"`
237
237
Quantity int64 `json:"quantity"`
You can’t perform that action at this time.
0 commit comments