kennethormandy / craft-marketplace

Make your Craft Commerce site a Marketplace, via Stripe
https://plugins.craftcms.com/marketplace
Other
7 stars 0 forks source link

Adds FeesService hooks, and token elementUid option #17

Closed kennethormandy closed 3 years ago

kennethormandy commented 3 years ago

Adds fee event hooks from ko-fees-event branch:

Adds support for connecting new accounts from the front-end, and saving the platform account ID to elements other than the current User.

<form
  method="POST"
  action="{{ app.getRedirectUrl({ elementUid: team.uid }) }}">
  {{ csrfInput() }}
  {{ redirectInput(craft.app.request.url) }}

  <input type="submit" value="Connect" />
</form>