Closed wassimk closed 8 years ago
I just saw I can get to it through attrs
is this what I should do?
result.attrs[:breakdown][:line_items]
Hi @wassimk! Would you mind upgrading to v1.2.2? That should resolve the error.
gem 'taxjar-ruby', '>= 1.2.2', require: 'taxjar'
That got it working as expected. Thanks @fastdivision.
P.S. Heads up if not expected behavior but without explicitly setting the version was getting 1.1.0.
I've submitted individual line items to the
tax_for_order
method. I get the results I'm expecting but I can't access the breakdown line items.This is what
order_line_items
looks like:result.breakdown
I'm updating tax on individual line items so I need this data but I can't seem to access it programatically. What am I missing?