Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3521cb8

Browse files
author
Michael Yu
committed
MAGETWO-71765: Impossible perform partial invoice for order placed with taxes and PayPal Payflow Pro
- Fixed code style.
1 parent 6b6e823 commit 3521cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/Test/Unit/Model/PayflowproTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ public function testCaptureAmountRounding($amount, $setAmount, $expectedResult)
346346
->method('postRequest')
347347
->with(
348348
$this->callback(function ($request) use ($expectedResult) {
349-
return is_callable([$request, 'getAmt']) && $request->getAmt() == $expectedResult;}
350-
),
349+
return is_callable([$request, 'getAmt']) && $request->getAmt() == $expectedResult;
350+
}),
351351
$this->isInstanceOf(PayflowConfig::class)
352352
)
353353
->willReturn($response);

0 commit comments

Comments
 (0)