Merge pull request #106 from mlesar/hotfix/unified-receipt-status

Fixing NotificationUnifiedReceipt status type
This commit is contained in:
Junpei Tsuji
2020-01-20 18:17:13 +09:00
committed by GitHub

View File

@@ -57,7 +57,7 @@ type NotificationReceipt struct {
}
type NotificationUnifiedReceipt struct {
Status string `json:"status"`
Status int `json:"status"`
Environment Environment `json:"environment"`
LatestReceipt string `json:"latest_receipt"`
LatestReceiptInfo []InApp `json:"latest_receipt_info"`