We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66ea8be + bd5a69b commit dff2266Copy full SHA for dff2266
Controller/Notification/UpdateStatus.php
@@ -142,7 +142,7 @@ public function execute()
142
143
$event = $base->status;
144
145
- if ($event == static::STATUS_PAID || $event == static::STATUS_RESERVED) {
+ if ($event == static::STATUS_PAID) {
146
$totalPaid = $base->value_cents_paid / 100;
147
$paghiperTax = $totalPaid - $order->getGrandTotal();
148
$order->setBasePaghiperFeeAmount($paghiperTax);
0 commit comments