From 1aad9da6999163c9680cc150baa9e6b52cbbba16 Mon Sep 17 00:00:00 2001 From: Kayla Daniels Date: Mon, 27 Jul 2015 11:20:48 -0400 Subject: [PATCH] Update Endpoint --- src/AIMGateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIMGateway.php b/src/AIMGateway.php index c4c354f7..09cfdb39 100644 --- a/src/AIMGateway.php +++ b/src/AIMGateway.php @@ -21,7 +21,7 @@ public function getDefaultParameters() 'transactionKey' => '', 'testMode' => false, 'developerMode' => false, - 'liveEndpoint' => 'https://secure.authorize.net/gateway/transact.dll', + 'liveEndpoint' => 'https://secure2.authorize.net/gateway/transact.dll', 'developerEndpoint' => 'https://test.authorize.net/gateway/transact.dll', ); }