diff options
author | Jared Norman <jared@super.gd> | 2019-02-06 17:10:01 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-02-06 17:10:01 -0800 |
commit | 9a83ec4cda37760aad82373dc422cadbb33eddfe (patch) | |
tree | a136292d1398688018c92c415b7d6b31dae59d47 /lib/super_good/solidus_taxjar.rb | |
parent | 495f343ce7c93421bbde12745a127aff59ef30d0 (diff) |
Provide Spree line items to label makerv0.6.0
Diffstat (limited to 'lib/super_good/solidus_taxjar.rb')
-rw-r--r-- | lib/super_good/solidus_taxjar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/super_good/solidus_taxjar.rb b/lib/super_good/solidus_taxjar.rb index ef9497d..818947d 100644 --- a/lib/super_good/solidus_taxjar.rb +++ b/lib/super_good/solidus_taxjar.rb @@ -26,6 +26,6 @@ module SuperGood } self.taxable_address_check = ->(address) { true } self.shipping_tax_label_maker = ->(shipment, shipping_tax) { "Sales Tax" } - self.line_item_tax_label_maker = ->(taxjar_line_item) { "Sales Tax" } + self.line_item_tax_label_maker = ->(taxjar_line_item, spree_line_item) { "Sales Tax" } end end |