File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -85,18 +85,18 @@ type (
85
85
86
86
// The InApp type has the receipt attributes
87
87
InApp struct {
88
- Quantity string `json:"quantity"`
89
- ProductID string `json:"product_id"`
90
- TransactionID string `json:"transaction_id"`
91
- OriginalTransactionID string `json:"original_transaction_id"`
92
- WebOrderLineItemID string `json:"web_order_line_item_id,omitempty"`
93
-
94
- IsTrialPeriod string `json:"is_trial_period"`
95
- IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
96
- IsUpgraded string `json:"is_upgraded"`
88
+ Quantity string `json:"quantity"`
89
+ ProductID string `json:"product_id"`
90
+ TransactionID string `json:"transaction_id"`
91
+ OriginalTransactionID string `json:"original_transaction_id"`
92
+ WebOrderLineItemID string `json:"web_order_line_item_id,omitempty"`
97
93
PromotionalOfferID string `json:"promotional_offer_id"`
98
94
SubscriptionGroupIdentifier string `json:"subscription_group_identifier"`
99
95
96
+ IsTrialPeriod string `json:"is_trial_period"`
97
+ IsInIntroOfferPeriod string `json:"is_in_intro_offer_period,omitempty"`
98
+ IsUpgraded string `json:"is_upgraded"`
99
+
100
100
ExpiresDate
101
101
102
102
PurchaseDate
You can’t perform that action at this time.
0 commit comments