Open Noah-Silvera opened 2 years ago
Since this extension overrides the default tax calculator, no rates in solidus will be taken into account when using this extension.
However, the Colorado Delivery Fee has been implemented in Solidus as a Tax::Rate, and @forkata has tested that TaxJar does not return the fee.
Tax::Rate
This means that the Colorado delivery fee will be completely missed for any users using this extension.
We need to figure out some way to take that fee into account
Note: This work is only in solidus master currently and hasn't been released
Problem Description
Since this extension overrides the default tax calculator, no rates in solidus will be taken into account when using this extension.
However, the Colorado Delivery Fee has been implemented in Solidus as a
Tax::Rate
, and @forkata has tested that TaxJar does not return the fee.This means that the Colorado delivery fee will be completely missed for any users using this extension.
We need to figure out some way to take that fee into account