forked from Mirrors/go-iap
Updated order of properties
This commit is contained in:
@@ -85,18 +85,18 @@ type (
|
|||||||
|
|
||||||
// The InApp type has the receipt attributes
|
// The InApp type has the receipt attributes
|
||||||
InApp struct {
|
InApp struct {
|
||||||
Quantity string `json:"quantity"`
|
Quantity string `json:"quantity"`
|
||||||
ProductID string `json:"product_id"`
|
ProductID string `json:"product_id"`
|
||||||
TransactionID string `json:"transaction_id"`
|
TransactionID string `json:"transaction_id"`
|
||||||
OriginalTransactionID string `json:"original_transaction_id"`
|
OriginalTransactionID string `json:"original_transaction_id"`
|
||||||
WebOrderLineItemID string `json:"web_order_line_item_id,omitempty"`
|
WebOrderLineItemID string `json:"web_order_line_item_id,omitempty"`
|
||||||
|
|
||||||
IsTrialPeriod string `json:"is_trial_period"`
|
|
||||||
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
|
|
||||||
IsUpgraded string `json:"is_upgraded"`
|
|
||||||
PromotionalOfferID string `json:"promotional_offer_id"`
|
PromotionalOfferID string `json:"promotional_offer_id"`
|
||||||
SubscriptionGroupIdentifier string `json:"subscription_group_identifier"`
|
SubscriptionGroupIdentifier string `json:"subscription_group_identifier"`
|
||||||
|
|
||||||
|
IsTrialPeriod string `json:"is_trial_period"`
|
||||||
|
IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
|
||||||
|
IsUpgraded string `json:"is_upgraded"`
|
||||||
|
|
||||||
ExpiresDate
|
ExpiresDate
|
||||||
|
|
||||||
PurchaseDate
|
PurchaseDate
|
||||||
|
|||||||
Reference in New Issue
Block a user