Skip to content

Commit

Permalink
Code Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Feb 28, 2023
1 parent 8c83f13 commit 69aaacf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Observer/ShipmentSaveAfter.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ public function execute(Observer $observer)
}
} else {
payHelper::logDebug(
'Auto-Capture conditions not met (yet). Amountpaid:' . $amountPaid . ' bHasAmountAuthorized: ' . ($bHasAmountAuthorized ? '1' : '0'),
[],
$order->getStore()
'Auto-Capture conditions not met (yet). Amountpaid:' . $amountPaid . ' bHasAmountAuthorized: ' . ($bHasAmountAuthorized ? '1' : '0'),
[],
$order->getStore()
);
}
} else {
Expand Down

0 comments on commit 69aaacf

Please sign in to comment.