diff --git a/bb-library/Hook/MaxMind.php b/bb-library/Hook/MaxMind.php index 19a70e6..343260e 100644 --- a/bb-library/Hook/MaxMind.php +++ b/bb-library/Hook/MaxMind.php @@ -90,7 +90,7 @@ public static function onBeforeClientCheckout(Box_Event $event) else { - $url='https://minfraud2.maxmind.com/app/ccv2r?'.http_build_query($rp); + $url='https://minfraud.maxmind.com/app/ccv2r?'.http_build_query($rp); $content = file_get_contents($url); // enable this to debug response to the screen when clicking checkout button @@ -212,4 +212,4 @@ public static function onBeforeClientSignUp(Box_Event $event) } -} \ No newline at end of file +}