Verfiy latest receipt

This commit is contained in:
sanjid133
2019-08-06 17:22:41 +06:00
parent d5b4694461
commit d74d2cfd2c

View File

@@ -154,14 +154,11 @@ type (
// The IAPLatestResponse type has the response properties // The IAPLatestResponse type has the response properties
// If you use latest_receipt as token to verify, response should be like following struct // If you use latest_receipt as token to verify, response should be like following struct
IAPLatestResponse struct { IAPLatestResponse struct {
Status int `json:"status"` Status int `json:"status"`
Receipt InApp `json:"receipt"` Receipt InApp `json:"receipt"`
LatestReceiptInfo InApp `json:"latest_receipt_info,omitempty"` LatestReceiptInfo InApp `json:"latest_receipt_info,omitempty"`
LatestExpiredReceiptInfo InApp `json:"latest_expired_receipt_info,omitempty"` LatestExpiredReceiptInfo InApp `json:"latest_expired_receipt_info,omitempty"`
LatestReceipt string `json:"latest_receipt,omitempty"` LatestReceipt string `json:"latest_receipt,omitempty"`
SubscriptionAutoRenewStatus string `json:"auto_renew_status,omitempty"`
SubscriptionAutoRenewProductID string `json:"auto_renew_product_id,omitempty"`
SubscriptionRetryFlag string `json:"is_in_billing_retry_period,omitempty"`
} }
// The HttpStatusResponse struct contains the status code returned by the store // The HttpStatusResponse struct contains the status code returned by the store