apple / app-store-server-library-python

MIT License
146 stars 31 forks source link

The status type in LastTransactionsItem doesn't match with document #12

Closed shellfly closed 1 year ago

shellfly commented 1 year ago

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

shellfly commented 1 year ago

It seems there is already an MR for it #11

rhutkovich commented 1 year ago

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

alexanderjordanbaker commented 1 year ago

Resolved in https://github.com/apple/app-store-server-library-python/pull/11 and in version 0.2.0