mageprince / magento2-paymentfee

Magento 2 Payment Fee by MagePrince helps admin to set payment fees to charge customers for selecting a specific payment method to complete their order from all available payment methods.
25 stars 19 forks source link

Percentage fee broken #30

Closed YiffyToys closed 2 years ago

YiffyToys commented 2 years ago

Selecting Price Type = Percentage Price and Fee Amount=0,01 for an shopping cart of 175€ it calculates a fee of 0.01€ instead of 1,75€

YiffyToys commented 2 years ago

grafik grafik

YiffyToys commented 2 years ago

Damn. I realised it's not to be entered as a factor but as a percent value. So factor 100. My mistake.