We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b31646b + c8962b6 commit b5222c0Copy full SHA for b5222c0
appstore/notification.go
@@ -57,7 +57,7 @@ type NotificationReceipt struct {
57
}
58
59
type NotificationUnifiedReceipt struct {
60
- Status string `json:"status"`
+ Status int `json:"status"`
61
Environment Environment `json:"environment"`
62
LatestReceipt string `json:"latest_receipt"`
63
LatestReceiptInfo []InApp `json:"latest_receipt_info"`
0 commit comments