@miden-npm/react 0.0.11 → 0.0.12

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/index.cjs CHANGED
@@ -2073,7 +2073,7 @@ function PayByCard({
2073
2073
  const stringifiedThreeDsData = btoa(JSON.stringify(threeDsData));
2074
2074
  const threeDsUrl = `https://sandbox-merchant.buzapay.com/account/three-ds-confirm?threeDsData=${encodeURIComponent(
2075
2075
  stringifiedThreeDsData
2076
- )}`;
2076
+ )}&paymentReference=${response.transactionReference}`;
2077
2077
  window.open(threeDsUrl, "_self", "noopener,noreferrer");
2078
2078
  setMessage(
2079
2079
  "3D Secure authentication opened in new tab. Please complete the verification"
@@ -2096,7 +2096,7 @@ function PayByCard({
2096
2096
  const stringifiedThreeDsData = btoa(JSON.stringify(threeDsData));
2097
2097
  const threeDsUrl = `https://sandbox-merchant.buzapay.com/account/three-ds-confirm?threeDsData=${encodeURIComponent(
2098
2098
  stringifiedThreeDsData
2099
- )}`;
2099
+ )}&paymentReference=${response.transactionReference}`;
2100
2100
  window.open(threeDsUrl, "_self", "noopener,noreferrer");
2101
2101
  setMessage(
2102
2102
  "3D Secure authentication opened in new tab. Please complete the verification"