From c8962b67cbbbfe41f81069c201b8402b5085dda6 Mon Sep 17 00:00:00 2001 From: Matija Lesar Date: Thu, 16 Jan 2020 09:19:57 +0100 Subject: [PATCH] Fixing NotificationUnifiedReceipt Status type --- appstore/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appstore/notification.go b/appstore/notification.go index db41010..f6bd1d4 100644 --- a/appstore/notification.go +++ b/appstore/notification.go @@ -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"`