@reevit/react 0.3.4 → 0.3.5
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -813,7 +813,7 @@ function loadHubtelScript() {
|
|
|
813
813
|
return;
|
|
814
814
|
}
|
|
815
815
|
const script = document.createElement("script");
|
|
816
|
-
script.src = "https://checkout.hubtel.com/checkout.js";
|
|
816
|
+
script.src = "https://checkout-v3.hubtel.com/js/checkout.js";
|
|
817
817
|
script.async = true;
|
|
818
818
|
script.onload = () => resolve();
|
|
819
819
|
script.onerror = () => reject(new Error("Failed to load Hubtel script"));
|