@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.mjs CHANGED
@@ -811,7 +811,7 @@ function loadHubtelScript() {
811
811
  return;
812
812
  }
813
813
  const script = document.createElement("script");
814
- script.src = "https://checkout.hubtel.com/checkout.js";
814
+ script.src = "https://checkout-v3.hubtel.com/js/checkout.js";
815
815
  script.async = true;
816
816
  script.onload = () => resolve();
817
817
  script.onerror = () => reject(new Error("Failed to load Hubtel script"));