strangerstudios / restrict-with-stripe

WordPress plugin to restrict access to posts and pages with Stripe products and subscriptions.
GNU General Public License v3.0
2 stars 3 forks source link

Updated pricing message when customer gets to choose a price #11

Closed dparker1005 closed 1 year ago

dparker1005 commented 1 year ago

This PR is needed to get "choose your own" prices to actually function correctly at checkout: https://github.com/strangerstudios/restrict-with-stripe/pull/9

dparker1005 commented 1 year ago

Note, application fees will not be charged on "choose your own" prices. We would need to send a "flat fee" to Stripe to charge. How should we handle this? Or we can just not worry about it for now and come back to fees later

ideadude commented 1 year ago

Let's take a note somewhere to come back to fees on this later.