Issue #3254168: Support taxIncluded in AvaTax response
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 28
− 20
@@ -110,42 +110,50 @@ class Avatax extends RemoteTaxTypeBase {
@@ -110,42 +110,50 @@ class Avatax extends RemoteTaxTypeBase {
$label = isset($tax_adjustment['details'][0]['taxName']) ? Html::escape($tax_adjustment['details'][0]['taxName']) : $this->t('Sales tax');
$tax_adjustment_total = $tax_adjustment_total ? $tax_adjustment_total->add($adjustment_amount) : $adjustment_amount;