Skip to content

Commit 7207388

Browse files
committed
Modifiedupdated default credentials to match API reference
1 parent 3f0ac55 commit 7207388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<!-- Enter your test account credentials to run tests against sandbox. -->
3434
<const name="AUTHORIZENET_API_LOGIN_ID" value="5KP3u95bQpv" />
35-
<const name="AUTHORIZENET_TRANSACTION_KEY" value="4Ktq966gC55GAX7S" />
35+
<const name="AUTHORIZENET_TRANSACTION_KEY" value="346HZ32z3fP4hTG2" />
3636
<const name="AUTHORIZENET_MD5_SETTING" value="" />
3737

3838
<!-- Enter your live account credentials to run tests against production gateway. -->

tests/AuthorizeNetCIM_Test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ public function testGetCustomerProfileIds()
448448
{
449449
// A valid response should be received when a merchant has zero customer profiles...
450450
// Hence, first testing using specific credentials for a merchant which has zero customer profiles...
451-
$request = new AuthorizeNetCIM('5KP3u95bQpv','4Ktq966gC55GAX7S');
451+
$request = new AuthorizeNetCIM('5KP3u95bQpv','346HZ32z3fP4hTG2');
452452
$response = $request->getCustomerProfileIds();
453453

454454

0 commit comments

Comments
 (0)