We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 271a521 + 8306f2e commit 86e6611Copy full SHA for 86e6611
appstoreserverlibrary/models/JWSTransactionDecodedPayload.py
@@ -156,7 +156,7 @@ class JWSTransactionDecodedPayload(AttrsRawValueAware):
156
https://developer.apple.com/documentation/appstoreserverapi/isupgraded
157
"""
158
159
- offerType: Optional[OfferType] = RevocationReason.create_main_attr('rawOfferType')
+ offerType: Optional[OfferType] = OfferType.create_main_attr('rawOfferType')
160
161
A value that represents the promotional offer type.
162
0 commit comments