@redneckz/wildless-cms-uni-blocks 0.14.1003 → 0.14.1004

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.
@@ -9610,9 +9610,9 @@
9610
9610
  sessionStore.transaction = {
9611
9611
  orderId: response.orderId,
9612
9612
  type: adjustedTypeForm,
9613
- url: navigator.href,
9613
+ url: response.formUrl,
9614
9614
  };
9615
- navigator.assign(`${adjustedTypeForm}/?formUrl=${encodeURIComponent(response.formUrl)}`);
9615
+ navigator.assign(adjustedTypeForm);
9616
9616
  }
9617
9617
  if (isErrorInResponse(response)) {
9618
9618
  responseTypeDialog.open({
@@ -14143,7 +14143,7 @@
14143
14143
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14144
14144
  });
14145
14145
 
14146
- const packageVersion = "0.14.1002";
14146
+ const packageVersion = "0.14.1003";
14147
14147
 
14148
14148
  exports.Blocks = Blocks;
14149
14149
  exports.ContentPage = ContentPage;