Skip to content

Commit 54f3a4e

Browse files
committed
Update AuthorizeNetCIM_Test.php
Added Test for Community Issue - Error when Zero CIM profiles - Indent corrected
1 parent 4b38104 commit 54f3a4e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/AuthorizeNetCIM_Test.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -374,12 +374,12 @@ public function testAll()
374374

375375
public function testGetCustomerProfileIds()
376376
{
377-
// A valid response should be received when a merchant has zero customer profiles...
378-
// Hence, first testing using specific credentials for a merchant which has zero customer profiles...
379-
$request = new AuthorizeNetCIM('3qkNY3db6jB','7s8B76QvsPet82HH');
380-
$response = $request->getCustomerProfileIds();
377+
// A valid response should be received when a merchant has zero customer profiles...
378+
// Hence, first testing using specific credentials for a merchant which has zero customer profiles...
379+
$request = new AuthorizeNetCIM('3qkNY3db6jB','7s8B76QvsPet82HH');
380+
$response = $request->getCustomerProfileIds();
381381
$this->assertTrue($response->isOk());
382-
$this->assertTrue(empty($response->getCustomerProfileIds()));
382+
$this->assertTrue(empty($response->getCustomerProfileIds()));
383383

384384
// Create new customer profile
385385
$request = new AuthorizeNetCIM;

0 commit comments

Comments
 (0)