Skip to content

Commit 1bd9924

Browse files
committed
Changed environment property type
1 parent 7d624ad commit 1bd9924

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

appstore/notification.go

+2-5
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ type NotificationReceipt struct {
5757
}
5858

5959
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-
60+
Status string `json:"status"`
61+
Environment Environment `json:"environment"`
6562
LatestReceipt string `json:"latest_receipt"`
6663
LatestReceiptInfo []InApp `json:"latest_receipt_info"`
6764
PendingRenewalInfo []PendingRenewalInfo `json:"pending_renewal_info,omitempty"`

0 commit comments

Comments
 (0)