fuentesloic / nuxt-stripe

MIT License
90 stars 8 forks source link

feat: added opitonal option paramteter for composable #32

Open Thomashh2k opened 4 months ago

Thomashh2k commented 4 months ago

Types of changes

Description

It is now possible to give aobject by the type of StripeConstructorOptions to the function useClientStripe

This can help to make request with different StripeConnectAccounts on the frontend rather to stick only to the one defined in nuxt.config.ts

https://github.com/fuentesloic/nuxt-stripe/issues/30

Checklist:

tobiasherden commented 1 month ago

This would be a great feature