We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea8be commit bd5a69bCopy full SHA for bd5a69b
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