wishkit / wishkit-ios

In-App Feature Requests. Made Easy.
https://wishkit.io
MIT License
122 stars 23 forks source link

Make payment parameter for updateUser method optional #30

Closed ulibath closed 11 months ago

ulibath commented 11 months ago

If a user cancels a premium subscription, the payment method for the user should also be updated. Currently, the updateUser() method can only be called with weekly/monthly/yearly payment options. This option is now optional to simulate that a user unsubscribed.

martinlasek commented 11 months ago

Hey, you can pass in $0 to explicitly indicate the user is not paying (anymore) 🙂!