Skip to content

Commit

Permalink
Codacy suggestion to remove parantheses from echo
Browse files Browse the repository at this point in the history
  • Loading branch information
paypay-ayas committed Sep 29, 2020
1 parent 8e1356b commit 5fc6dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PendingPaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function Details()
$this->data=$paymentDetails["data"];
$this->assertEquals('SUCCESS', $paymentDetails['resultInfo']['code']);

echo('\n===================Pending Payment Details===================\n');
echo'\n===================Pending Payment Details===================\n';
}
/**
* Cancel pending payment
Expand Down

0 comments on commit 5fc6dfe

Please sign in to comment.