diff --git a/library/checkout/checkout.php b/library/checkout/checkout.php index 84e4d861..e89268fa 100644 --- a/library/checkout/checkout.php +++ b/library/checkout/checkout.php @@ -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', ];