diff --git a/tests/WithdrawalRequestsTest.php b/tests/WithdrawalRequestsTest.php index 78d7c9c..69eadca 100644 --- a/tests/WithdrawalRequestsTest.php +++ b/tests/WithdrawalRequestsTest.php @@ -68,7 +68,7 @@ public function testGetCandidatesForRefund() $this->assertThat($response, $this->logicalOr( $this->arrayHasKey('merchantId'), $this->arrayHasKey('merchantSiteId'), - $this->arrayHasKey('transactionsDetailList'), + $this->arrayHasKey('transactionsDetailList') )); $this->assertEquals('SUCCESS', $response['status']); }