Skip to content

Commit 8f87550

Browse files
author
brianmc
committed
updated test for getProfileIds
1 parent a313c67 commit 8f87550

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/AuthorizeNetCIM_Test.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,10 +376,9 @@ public function testGetCustomerProfileIds()
376376
{
377377
// A valid response should be received when a merchant has zero customer profiles...
378378
// Hence, first testing using specific credentials for a merchant which has zero customer profiles...
379-
$request = new AuthorizeNetCIM('3qkNY3db6jB','7s8B76QvsPet82HH');
379+
$request = new AuthorizeNetCIM('5KP3u95bQpv','4Ktq966gC55GAX7S');
380380
$response = $request->getCustomerProfileIds();
381-
$this->assertTrue($response->isOk());
382-
$this->assertTrue(empty($response->getCustomerProfileIds()));
381+
383382

384383
// Create new customer profile
385384
$request = new AuthorizeNetCIM;

0 commit comments

Comments
 (0)