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 29123bf + dd8af47 commit ab19f3aCopy full SHA for ab19f3a
appstoreserverlibrary/models/LastTransactionsItem.py
@@ -4,7 +4,7 @@
4
from attr import define
5
import attr
6
7
-from appstoreserverlibrary.signed_data_verifier import VerificationStatus
+from appstoreserverlibrary.models.Status import Status
8
9
@define
10
class LastTransactionsItem:
@@ -14,7 +14,7 @@ class LastTransactionsItem:
14
https://developer.apple.com/documentation/appstoreserverapi/lasttransactionsitem
15
"""
16
17
- status: Optional[VerificationStatus] = attr.ib(default=None)
+ status: Optional[Status] = attr.ib(default=None)
18
19
The status of the auto-renewable subscription.
20
0 commit comments