We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d624ad commit 1bd9924Copy full SHA for 1bd9924
appstore/notification.go
@@ -57,11 +57,8 @@ type NotificationReceipt struct {
57
}
58
59
type NotificationUnifiedReceipt struct {
60
- Status string `json:"status"`
61
-
62
- // For production we will get "Production" instead of "PROD"
63
- Environment NotificationEnvironment `json:"environment"`
64
+ Status string `json:"status"`
+ Environment Environment `json:"environment"`
65
LatestReceipt string `json:"latest_receipt"`
66
LatestReceiptInfo []InApp `json:"latest_receipt_info"`
67
PendingRenewalInfo []PendingRenewalInfo `json:"pending_renewal_info,omitempty"`
0 commit comments