@suportepos/split-checkout 0.2.8 → 0.2.9
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.es.js
CHANGED
|
@@ -21783,7 +21783,7 @@ function SplitCheckoutForm({
|
|
|
21783
21783
|
onResponse,
|
|
21784
21784
|
uuid
|
|
21785
21785
|
}) {
|
|
21786
|
-
const apiUrl = production ? "https://api-conciliapos.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
21786
|
+
const apiUrl = production ? "https://api-conciliapos-stag.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
21787
21787
|
const isSm = useMediaQuery("(max-width:900px)");
|
|
21788
21788
|
const [step, setStep] = useState("card");
|
|
21789
21789
|
const maskCard = (v) => v.replace(/\D/g, "").trim();
|
|
@@ -22260,7 +22260,7 @@ function SplitPixForm({
|
|
|
22260
22260
|
onResponse,
|
|
22261
22261
|
uuid
|
|
22262
22262
|
}) {
|
|
22263
|
-
const apiUrl = production ? "https://api-conciliapos.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
22263
|
+
const apiUrl = production ? "https://api-conciliapos-stag.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
22264
22264
|
const isSm = useMediaQuery("(max-width:900px)");
|
|
22265
22265
|
const [copied, setCopied] = useState(false);
|
|
22266
22266
|
const [buyerName, setBuyerName] = useState(customer?.buyerName ?? "");
|