diff --git a/src/Config/IframeConfig.php b/src/Config/IframeConfig.php index 4e8f9a9..666b4f8 100644 --- a/src/Config/IframeConfig.php +++ b/src/Config/IframeConfig.php @@ -32,10 +32,10 @@ public function getSrc($mode = "production mode") : string { if ("production mode" == $mode) { - return 'https://checkout.collector.se/collector-checkout-loader.js'; + return 'https://api.walleypay.com/walley-checkout-loader.js'; } - return 'https://checkout-uat.collector.se/collector-checkout-loader.js'; + return 'https://api.uat.walleydev.com/walley-checkout-loader.js'; } /**