Skip to content

Commit

Permalink
Merge pull request #26 from thephpleague/kayladnls-patch-1
Browse files Browse the repository at this point in the history
Update Endpoint
  • Loading branch information
greydnls committed Jul 27, 2015
2 parents 142a95f + 1aad9da commit ccf3229
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 ccf3229

Please sign in to comment.