Skip to content

Parameters not properly passed to hook taxcalculator_alter_taxes

samuelsov requested to merge samuelsov/taxcalculator:BugHook into master

The hook invoke is not correctly called : the parameters are never passed.

First parameter of the invoke should be the array of parameters name and then we should provide the parameters.

Merge request reports