Skip to content

Commit

Permalink
Update Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
greydnls committed Jul 27, 2015
1 parent 142a95f commit 1aad9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AIMGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);
}
Expand Down

0 comments on commit 1aad9da

Please sign in to comment.