VAT is not sent with the payment information to Suomen Verkkomaksut. Is this a bug or a configuration problem?

Comments

rade’s picture

Component: User interface » Code
Category: support » bug

Thanks for pointing that out and creating the issue!
It's a somewhat known bug caused by the lack of time when first creating the module.

Lines 285 and 296 in commerce_suomenverkkomaksut.module:

'INCLUDE_VAT' => '1', // @todo Check commerce settings.
'ITEM_TAX' => '0.00', // @todo Check how to get VAT percent for each line item.

Currently these configurations are hardcoded, which needs to be fixed. I myself won't unfortunately have time in at least a few months to improve this module, so any contributions and patches are welcome!

risse’s picture

Issue summary: View changes
Status: Active » Fixed

I added this functionality to the dev version. It's pretty basic, so please let me know if you find any problems with it.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

rpsu’s picture

For Commerce Payment Paytrail see #2285677: Taxes are sent to Paytrail [cloned issue]