mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05:00
The `refund` parameter in the admin subscription destroy action was truthy-parsed, causing unintended refunds when `refund=false` or `refund=""` was sent as a string. extra protection for refunds issued via api
Discourse Subscriptions Plugin
Discourse Subscriptions allows site owners to sell recurring and one-time purchase subscriptions that grant access to a group on a Discourse instance.
For more information, please see: https://meta.discourse.org/t/discourse-subscriptions-plugin/140818