You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different product types can be taxed different amounts under different tax codes, so it's important to ensure that we know which item(s) the refund was issued for.
The text was updated successfully, but these errors were encountered:
This is still technically a problem, but a new refund_transaction_params method was created which takes into account line items, and this old refund endpoint will likely be deprecated. We should fix this if someone requests it, but it's not high priority
Our usage of the "create refund" API endpoint does not pass individual line items, just totals.
solidus_taxjar/lib/super_good/solidus_taxjar/api_params.rb
Line 54 in f64364a
Different product types can be taxed different amounts under different tax codes, so it's important to ensure that we know which item(s) the refund was issued for.
The text was updated successfully, but these errors were encountered: