We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a88392 commit 3ee8264Copy full SHA for 3ee8264
1 file changed
src/elements/Order.php
@@ -2459,7 +2459,7 @@ public function setPaymentAmount(float $amount): void
2459
$paymentCurrency = Plugin::getInstance()->getPaymentCurrencies()->getPaymentCurrencyByIso($this->getPaymentCurrency());
2460
$amount = Currency::round($amount, $paymentCurrency);
2461
2462
- if($amount >= 0) {
+ if ($amount >= 0) {
2463
$this->_paymentAmount = $amount;
2464
}
2465
0 commit comments