We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142a95f commit 1aad9daCopy full SHA for 1aad9da
src/AIMGateway.php
@@ -21,7 +21,7 @@ public function getDefaultParameters()
21
'transactionKey' => '',
22
'testMode' => false,
23
'developerMode' => false,
24
- 'liveEndpoint' => 'https://secure.authorize.net/gateway/transact.dll',
+ 'liveEndpoint' => 'https://secure2.authorize.net/gateway/transact.dll',
25
'developerEndpoint' => 'https://test.authorize.net/gateway/transact.dll',
26
);
27
}
0 commit comments