Skip to content

Commit

Permalink
Merge pull request #1057 from buckaroo-it/BP-3739-Improve-Buckaroo-fe…
Browse files Browse the repository at this point in the history
…e-handling

BP-3739-Improve-Buckaroo-fee-handling
  • Loading branch information
vegimcarkaxhija authored Sep 17, 2024
2 parents fd78c7b + 937c740 commit e1f7ed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Model/Total/Quote/BuckarooFeeHyva.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ public function collect(
// Set the fee on the total object for further calculations
$total->setBuckarooFee($paymentFee);
$total->setBaseBuckarooFee($basePaymentFee);
$total->setGrandTotal($total->getGrandTotal() + $paymentFee);

return $this;
}
Expand Down

0 comments on commit e1f7ed4

Please sign in to comment.