MultiSafepay / Magento2Msp

MultiSafepay plugin for Magento 2 (Deprecated) see: https://github.com/MultiSafepay/magento2
Open Software License 3.0
29 stars 25 forks source link

Fixed Product Tax not in payment #58

Closed Echron closed 6 years ago

Echron commented 6 years ago

When i checkout a product with an Fixed Product Tax then the extra tax is not visible and calculated on the MultiSafepay payment page.

My products are inputted with price incl. in Magento (It's a B2C shop and price roundings were an issue if we input prices excl vat).

When i check the multisafepay.log file is see that this product is send to the API with a "unit_price" that's excluding taxes, there is a property to say that it has to be 21% VAT but no property to add the FPT tax.

I also don't see any indication in the code to add FPT taxes. I see a lot of "fixes" and price calculations. Maybe something is wrong because i input the prices incl VAT...

Echron commented 6 years ago

I just checked with another client where the prices are put in excl VAT and it's the same issue : multisafepay_fpt

JonkRuud commented 6 years ago

@Echron thanks for reporting, we will check on our end and work on a solution. Might be this is indeed not yet processed.

Echron commented 6 years ago

@JonkRuud Do you have any news? This is a blocking issue for one of our projects which have to go live before the end of the year. If you have any quick fix i could apply it would be welcome

JonkRuud commented 6 years ago

@Echron unfortunately we don't have a quick fix yet. We are working on this one in our current sprint for the next release, and should be released the first week of 2018 at latest.

JonkRuud commented 6 years ago

@Echron we just released version 1.4.8 that implemented FPT support