Changelog of the SDK module
1.0.0 - 24.03.2023
- fix:
apiUrl
has to be full URI likehttp://localhost:8181/api/stripe
instead of only baseURL like previously, - chore: first stable version of SDK.
1.0.0-rc.2 - 22.03.2023
- refactor: lazy-loading Stripe SDK when it's required.
1.0.0-rc.1 - 21.03.2023
- fix: made types match with ones from commercetools-sdk.
1.0.0-rc.0 - 21.03.2023
- stable version,
- throws error if developer tries to call any of available methods server-side.