apple / app-store-server-library-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The status type in LastTransactionsItem doesn't match with document

shellfly opened this issue · comments

From the document, the status field in the LastTransactionsItem is the status of an auto-renewable subscription, but the type is VerificationStatus in the code.

https://github.com/apple/app-store-server-library-python/blob/29123bfdf673863c40153e8532f3a45ffb33c913/appstoreserverlibrary/models/LastTransactionsItem.py#L17C22-L17C40

It seems there is already an MR for it #11

^ bump. Just found this issue as well, it is definitely not supposed to be VerficationStatus

Resolved in #11 and in version 0.2.0