File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -308,12 +308,14 @@ type NotificationPayload struct {
308
308
// Notification Data
309
309
type NotificationData struct {
310
310
jwt.RegisteredClaims
311
- AppAppleID int `json:"appAppleId"`
312
- BundleID string `json:"bundleId"`
313
- BundleVersion string `json:"bundleVersion"`
314
- Environment string `json:"environment"`
315
- SignedRenewalInfo string `json:"signedRenewalInfo"`
316
- SignedTransactionInfo string `json:"signedTransactionInfo"`
311
+ AppAppleID int `json:"appAppleId"`
312
+ BundleID string `json:"bundleId"`
313
+ BundleVersion string `json:"bundleVersion"`
314
+ ConsumptionRequestReason string `json:"consumptionRequestReason"`
315
+ Environment string `json:"environment"`
316
+ SignedRenewalInfo string `json:"signedRenewalInfo"`
317
+ SignedTransactionInfo string `json:"signedTransactionInfo"`
318
+ Status int `json:"status"`
317
319
}
318
320
319
321
// Notification Transaction Info
You can’t perform that action at this time.
0 commit comments