File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<!-- Enter your test account credentials to run tests against sandbox. -->
34
34
<const name =" AUTHORIZENET_API_LOGIN_ID" value =" 5KP3u95bQpv" />
35
- <const name =" AUTHORIZENET_TRANSACTION_KEY" value =" 4Ktq966gC55GAX7S " />
35
+ <const name =" AUTHORIZENET_TRANSACTION_KEY" value =" 346HZ32z3fP4hTG2 " />
36
36
<const name =" AUTHORIZENET_MD5_SETTING" value =" " />
37
37
38
38
<!-- Enter your live account credentials to run tests against production gateway. -->
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ public function testGetCustomerProfileIds()
448
448
{
449
449
// A valid response should be received when a merchant has zero customer profiles...
450
450
// 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 ' );
452
452
$ response = $ request ->getCustomerProfileIds ();
453
453
454
454
You can’t perform that action at this time.
0 commit comments