Skip to content

Commit c8962b6

Browse files
committed
Fixing NotificationUnifiedReceipt Status type
1 parent b31646b commit c8962b6

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)