Skip to content

Commit b5222c0

Browse files
authored
Merge pull request #106 from mlesar/hotfix/unified-receipt-status
Fixing NotificationUnifiedReceipt status type
2 parents b31646b + c8962b6 commit b5222c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstore/notification.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ type NotificationReceipt struct {
5757
}
5858

5959
type NotificationUnifiedReceipt struct {
60-
Status string `json:"status"`
60+
Status int `json:"status"`
6161
Environment Environment `json:"environment"`
6262
LatestReceipt string `json:"latest_receipt"`
6363
LatestReceiptInfo []InApp `json:"latest_receipt_info"`

0 commit comments

Comments
 (0)