Closed kennethormandy closed 3 days ago
Make the first install process require less setup. Simply this, should be possible to dramatically reduce steps 1–4: https://github.com/kennethormandy/craft-marketplace#add-stripe-oauth-app
I also have the note:
Also, it is possible to create a OAuth App programatically with venveo/craft-oauthclient, so we could do that too. But we’d still need the user’s Stripe environment variables anyway.
venveo/craft-oauthclient
Could also add templates folder like Craft Commerce: https://github.com/craftcms/commerce/tree/develop/templates …with the couple of small template modifications that show you how Craft Marketplace is working.
templates
Make the first install process require less setup. Simply this, should be possible to dramatically reduce steps 1–4: https://github.com/kennethormandy/craft-marketplace#add-stripe-oauth-app
I also have the note:
Could also add
templates
folder like Craft Commerce: https://github.com/craftcms/commerce/tree/develop/templates …with the couple of small template modifications that show you how Craft Marketplace is working.