@suportepos/split-checkout 0.3.9 → 0.4.0
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
|
@@ -21697,7 +21697,7 @@ function SplitCheckoutForm({
|
|
|
21697
21697
|
onResponse,
|
|
21698
21698
|
uuid
|
|
21699
21699
|
}) {
|
|
21700
|
-
const apiUrl = producao ? "
|
|
21700
|
+
const apiUrl = producao ? "https://api-conciliapos-stag.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
21701
21701
|
useMediaQuery("(max-width:900px)");
|
|
21702
21702
|
const [step, setStep] = useState("card");
|
|
21703
21703
|
const maskCard = (v) => v.replace(/\D/g, "").trim();
|
|
@@ -22173,7 +22173,7 @@ function SplitPixForm({
|
|
|
22173
22173
|
onResponse,
|
|
22174
22174
|
uuid
|
|
22175
22175
|
}) {
|
|
22176
|
-
const apiUrl = producao ? "
|
|
22176
|
+
const apiUrl = producao ? "https://api-conciliapos-stag.suportepos.com.br" : "https://api-conciliapos-stag.suportepos.com.br";
|
|
22177
22177
|
useMediaQuery("(max-width:900px)");
|
|
22178
22178
|
const [copied, setCopied] = useState(false);
|
|
22179
22179
|
const [buyerName, setBuyerName] = useState(cliente?.nomeComprador ?? "");
|