v2.0.0 #41
marcomontalbano
announced in
Announcements
v2.0.0
#41
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
💥 Breaking Change
returnUrltoorderReturnUrlby @marcomontalbano in RenamereturnUrltoorderReturnUrl#39🚀 Enhancement
@Propand generate docs based on them by @marcomontalbano in Add comments to@Propand generate docs based on them #37📝 Documentation
Full Changelog: v1.4.0...v2.0.0-beta.0
Breaking Changes
Rename
returnUrltoorderReturnUrl<script> (function() { window.commercelayerConfig = { clientId: 'kuSKPbeKbU9LG9LjndzieKWRcfiXFuEfO0OYHXKH9J8', slug: 'drop-in-js', scope: 'market:11709', - returnUrl: 'https://example.com' + orderReturnUrl: 'https://example.com' } }()); </script>The
accessTokenstored in the cookie has changedIf you were using the
accessTokenstored in the cookie, you need to know that the cookie value is now a JSON.stringified object.Below is an example:
{ "type": "guest", "accessToken": "eyJhbGciOiJIUzUxMiJ9...", "scope": "market:11709" }This discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions