Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…erandre (#1828) ### Checklist - [x] If applicable, unit tests - [x] If applicable, create follow-up issues for `purchases-ios` and hybrids ### Motivation <!-- Why is this change required? What problem does it solve? --> Amazon subscription periods were being incorrectly parsed. https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html#successful-request <!-- Please link to issues following this format: Resolves #999999 --> Resolves #1771 ### Description Amazon returns annual and semiannual subscription periods as `Annual` and `SemiAnnual`. Please look at the [docs](https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html#successful-request) for more information. Contributed by @tessmerandre --------- Co-authored-by: André Tessmer <tessmerandre@gmail.com>
- Loading branch information