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

Allow linking user to existing Stripe Customer #17

Closed dparker1005 closed 1 year ago

dparker1005 commented 1 year ago

Some sites already have a Stripe account where they have been selling subscriptions and may want to link their existing Customers to WordPress users. Right now, this would involve updating metadata in the database directly.

It would be nice to:

  1. On the Add User page, allow setting a Customer ID
  2. Allow editing the Stripe Customer ID on the Edit User page