Skip to content

Commit 8306f2e

Browse files
committed
fix: update the offer type to the correct type
1 parent 271a521 commit 8306f2e

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)