We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9344d39 commit b09ceb2Copy full SHA for b09ceb2
model.go
@@ -165,7 +165,7 @@ type JWSTransaction struct {
165
StorefrontId string `json:"storefrontId,omitempty"`
166
TransactionReason TransactionReason `json:"transactionReason,omitempty"`
167
Environment Environment `json:"environment,omitempty"`
168
- Price int32 `json:"price,omitempty"`
+ Price int64 `json:"price,omitempty"`
169
Currency string `json:"currency,omitempty"`
170
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
171
}
0 commit comments