bison-web-components 1.7.0 → 2.0.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.
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
* onUnlinkError(error) – called when unlinking bank account(s) fails
|
|
26
26
|
*
|
|
27
27
|
* @author @kfajardo
|
|
28
|
-
* @version
|
|
28
|
+
* @version 2.0.0
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
31
|
const BOP_BISON_LOGO =
|
|
@@ -95,7 +95,7 @@ class BisonJibPayAPI {
|
|
|
95
95
|
if (!embeddableKey || typeof embeddableKey !== 'string' || !embeddableKey.trim()) {
|
|
96
96
|
throw new Error("Missing required 'x-embeddable-key' for BisonJibPayAPI");
|
|
97
97
|
}
|
|
98
|
-
this.baseURL = baseURL || "https://bison-
|
|
98
|
+
this.baseURL = baseURL || "https://bison-backend-development-hhgrdbhcbwhahdfk.southeastasia-01.azurewebsites.net";
|
|
99
99
|
this.embeddableKey = embeddableKey;
|
|
100
100
|
}
|
|
101
101
|
|