diff --git a/library/checkout/checkout.php b/library/checkout/checkout.php index 1cbbe3e9..99532b42 100644 --- a/library/checkout/checkout.php +++ b/library/checkout/checkout.php @@ -354,12 +354,10 @@ protected function prepareBuckarooFeeArticle() return []; } - $buckarooFeeData['buckaroo_fee_tax'] = $buckarooFee['buckaroo_fee_tax_incl'] - $buckarooFee['buckaroo_fee_tax_excl']; - return [ 'identifier' => '0', 'quantity' => '1', - 'price' => round($buckarooFeeData['buckaroo_fee_tax'], 2), + 'price' => round($buckarooFee['buckaroo_fee_tax_incl'], 2), 'vatPercentage' => '0', 'description' => 'buckaroo_fee', ];