Closed Noah-Silvera closed 1 year ago
Prior to this change, each request to TaxJar sent all line items. We should exclude line items that have been returned or cancelled so the total of the line items still adds up to the order's payment total.
Latest revision rebases this on-top of master and moves the repeated query into a private method.
Prior to this change, each request to TaxJar sent all line items. We should exclude line items that have been returned or cancelled so the total of the line items still adds up to the order's payment total.