flowrix 1.0.1-beta.102 → 1.0.1-beta.103

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flowrix",
3
3
  "configKey": "flowrix",
4
- "version": "1.0.1-beta.102",
4
+ "version": "1.0.1-beta.103",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -337,6 +337,7 @@ export default function() {
337
337
  }
338
338
  } else if (chckoutResponse.data.url) {
339
339
  var url = chckoutResponse.data.url;
340
+ window.location.href = url;
340
341
  } else {
341
342
  window.location.href = url_success;
342
343
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flowrix",
3
- "version": "1.0.1-beta.102",
3
+ "version": "1.0.1-beta.103",
4
4
  "description": "Plug-and-play Nuxt eCommerce cart powered by FLOWRiX. Subscription required.",
5
5
  "license": "MIT",
6
6
  "type": "module",