forked from Mirrors/go-iap
Changed environment property type
This commit is contained in:
@@ -58,10 +58,7 @@ type NotificationReceipt struct {
|
|||||||
|
|
||||||
type NotificationUnifiedReceipt struct {
|
type NotificationUnifiedReceipt struct {
|
||||||
Status string `json:"status"`
|
Status string `json:"status"`
|
||||||
|
Environment Environment `json:"environment"`
|
||||||
// For production we will get "Production" instead of "PROD"
|
|
||||||
Environment NotificationEnvironment `json:"environment"`
|
|
||||||
|
|
||||||
LatestReceipt string `json:"latest_receipt"`
|
LatestReceipt string `json:"latest_receipt"`
|
||||||
LatestReceiptInfo []InApp `json:"latest_receipt_info"`
|
LatestReceiptInfo []InApp `json:"latest_receipt_info"`
|
||||||
PendingRenewalInfo []PendingRenewalInfo `json:"pending_renewal_info,omitempty"`
|
PendingRenewalInfo []PendingRenewalInfo `json:"pending_renewal_info,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user