Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tockn committed Feb 19, 2020
1 parent d9ae3a1 commit c61599b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appstore/notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type SubscriptionNotification struct {
// Posted also if the notification_type is INITIAL_BUY.
// Not posted for notification_type CANCEL.
// Deprecated: use UnifiedReceipt.LatestReceipt instead. See details: https://developer.apple.com/documentation/appstoreservernotifications/ .
LatestReceipt string `json:"latest_receipt"`
LatestReceipt string `json:"latest_receipt"`
// Deprecated: use UnifiedReceipt.LatestReceiptInfo instead. See details: https://developer.apple.com/documentation/appstoreservernotifications/ .
LatestReceiptInfo NotificationReceipt `json:"latest_receipt_info"`

Expand All @@ -98,7 +98,7 @@ type SubscriptionNotification struct {

// Posted only if the notification_type is RENEWAL or CANCEL or if renewal failed and subscription expired.
// Deprecated: see details: https://developer.apple.com/documentation/appstoreservernotifications/ .
LatestExpiredReceipt string `json:"latest_expired_receipt"`
LatestExpiredReceipt string `json:"latest_expired_receipt"`
// Deprecated: see details: https://developer.apple.com/documentation/appstoreservernotifications/ .
LatestExpiredReceiptInfo NotificationReceipt `json:"latest_expired_receipt_info"`

Expand Down

0 comments on commit c61599b

Please sign in to comment.