Skip to content

Commit 1ef57aa

Browse files
committed
2 parents 5084774 + 2dd75a1 commit 1ef57aa

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/Attributes/Payment.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ public function virtualAccounts(
259259
?bool $useEscrow = null,
260260
?CashReceipt $cashReceipt = null,
261261
?array $escrowProducts = null
262-
): PromiseInterface|Response
263-
{
262+
): PromiseInterface|Response {
264263
$parameters = [];
265264
if ($accountType) {
266265
$parameters['accountType'] = $accountType;

src/Objects/CashReceipt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public function __construct(string $type, string $registrationNumber, string $bu
2525
$this->registrationNumber = $registrationNumber;
2626
$this->businessNumber = $businessNumber;
2727
}
28-
}
28+
}

tests/PaymentTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44

55
class PaymentTest
66
{
7-
8-
}
7+
}

0 commit comments

Comments
 (0)