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 31a5a62 commit a0f9fea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/checkout/checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
Expand Down

0 comments on commit a0f9fea

Please sign in to comment.