@designcrowd/fe-shared-lib 1.2.20-rr-test-2 → 1.2.20-rr-test-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.20-rr-test-2",
3
+ "version": "1.2.20-rr-test-4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -136,7 +136,7 @@ export default {
136
136
  if (this.isUserAuthenticated) {
137
137
  const { checkoutUrl } = domain;
138
138
  const url = new URL(checkoutUrl, window.location.origin);
139
- url.searchParams.set('locale', this.getCurrentLocale());
139
+ url.searchParams.set('locale', this.currentLocale);
140
140
  window.location.href = url.toString();
141
141
  }
142
142
  },