File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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. -->
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments