Skip to content

Commit ccf3229

Browse files
committed
Merge pull request #26 from thephpleague/kayladnls-patch-1
Update Endpoint
2 parents 142a95f + 1aad9da commit ccf3229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AIMGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function getDefaultParameters()
2121
'transactionKey' => '',
2222
'testMode' => false,
2323
'developerMode' => false,
24-
'liveEndpoint' => 'https://secure.authorize.net/gateway/transact.dll',
24+
'liveEndpoint' => 'https://secure2.authorize.net/gateway/transact.dll',
2525
'developerEndpoint' => 'https://test.authorize.net/gateway/transact.dll',
2626
);
2727
}

0 commit comments

Comments
 (0)