2 Commits

Author SHA1 Message Date
Sanjidul Hoque
4f1d3ae7b2 Merge pull request #1 from Purchase-Fly/fix
remove duplicate
2019-12-05 13:59:45 +06:00
sanjid133
d6cb5f5767 remove duplicate 2019-12-05 13:57:52 +06:00

View File

@@ -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