@miden-npm/react 2.0.7 → 2.0.8
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -153,7 +153,7 @@ var toastConfig = {
|
|
|
153
153
|
var getBaseUrl = (mode, caller) => {
|
|
154
154
|
if (mode === "sandbox") {
|
|
155
155
|
return caller === "buzapay" ? "https://sandbox-api.buzapay.com/payment-gateway-api" : "https://sandbox-api.midencards.io/miden-web";
|
|
156
|
-
} else if (mode === "
|
|
156
|
+
} else if (mode === "prod") {
|
|
157
157
|
return caller === "buzapay" ? "https://merchant.buzapay.com/payment-gateway-api" : "https://sandbox-api.midencards.io/miden-web";
|
|
158
158
|
}
|
|
159
159
|
return "";
|