Skip to content

Commit 86e6611

Browse files
Merge pull request #88 from devinwang/fix/offer_type
fix: update the offer type to the correct type
2 parents 271a521 + 8306f2e commit 86e6611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appstoreserverlibrary/models/JWSTransactionDecodedPayload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class JWSTransactionDecodedPayload(AttrsRawValueAware):
156156
https://developer.apple.com/documentation/appstoreserverapi/isupgraded
157157
"""
158158

159-
offerType: Optional[OfferType] = RevocationReason.create_main_attr('rawOfferType')
159+
offerType: Optional[OfferType] = OfferType.create_main_attr('rawOfferType')
160160
"""
161161
A value that represents the promotional offer type.
162162

0 commit comments

Comments
 (0)