Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Jun 20, 2024
1 parent daaf84c commit 8f9fc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/checkout/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ protected function prepareBuckarooFeeArticle()
return [
'identifier' => '0',
'quantity' => '1',
'price' => (new DecimalNumber((string) $buckarooFee['buckaroo_fee_tax_excl']))->toPrecision(2),
'price' => round($buckarooFee['buckaroo_fee_tax_excl'], 2),
'vatPercentage' => '0',
'description' => 'buckaroo_fee',
];
Expand Down

0 comments on commit 8f9fc7d

Please sign in to comment.