Skip to content

Commit b09ceb2

Browse files
committed
fix: correc the type of price
1 parent 9344d39 commit b09ceb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ type JWSTransaction struct {
165165
StorefrontId string `json:"storefrontId,omitempty"`
166166
TransactionReason TransactionReason `json:"transactionReason,omitempty"`
167167
Environment Environment `json:"environment,omitempty"`
168-
Price int32 `json:"price,omitempty"`
168+
Price int64 `json:"price,omitempty"`
169169
Currency string `json:"currency,omitempty"`
170170
OfferDiscountType OfferDiscountType `json:"offerDiscountType,omitempty"`
171171
}

0 commit comments

Comments
 (0)