stripe / connect-js

Loading wrapper for Connect.js
https://stripe.com/docs/connect/get-started-connect-embedded-components
MIT License
16 stars 6 forks source link

Create loadAndInitialize function #53

Closed jojo-stripe closed 8 months ago

jojo-stripe commented 9 months ago

Created a loadAndInitialize function which exposes a sync function to the user to load Connect js script and initialize a Connect Instance .Going forward users will pass in init params to loadAndInitialize

jojo-stripe commented 8 months ago

r? @jorgea-stripe Cleaned up the code, and took your suggestions