forked from Mirrors/go-iap
remove duplicate
This commit is contained in:
@@ -95,7 +95,7 @@ type (
|
|||||||
|
|
||||||
IsTrialPeriod string `json:"is_trial_period"`
|
IsTrialPeriod string `json:"is_trial_period"`
|
||||||
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
|
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
|
||||||
IsUpgraded string `json:"is_upgraded"`
|
IsUpgraded string `json:"is_upgraded,omitempty"`
|
||||||
|
|
||||||
ExpiresDate
|
ExpiresDate
|
||||||
|
|
||||||
@@ -104,7 +104,6 @@ type (
|
|||||||
|
|
||||||
CancellationDate
|
CancellationDate
|
||||||
CancellationReason string `json:"cancellation_reason,omitempty"`
|
CancellationReason string `json:"cancellation_reason,omitempty"`
|
||||||
IsUpgraded string `json:"is_upgraded,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// The Receipt type has whole data of receipt
|
// The Receipt type has whole data of receipt
|
||||||
|
|||||||
Reference in New Issue
Block a user