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.
2 parents 142a95f + 1aad9da commit ccf3229Copy full SHA for ccf3229
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