summaryrefslogtreecommitdiff
path: root/lib/super_good/solidus_taxjar
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2020-02-03 21:16:45 -0800
committerJared Norman <jared@super.gd>2020-02-03 21:16:45 -0800
commit2e37b40e08cc4f2dcb31bf0bb3c41fb213669065 (patch)
tree30f880e756fb55cd23b5a334d748867d946b83e2 /lib/super_good/solidus_taxjar
parent8c4f7f0d034348620e18936fd043c5cd15b8e453 (diff)
Add support for modifying order params
Diffstat (limited to 'lib/super_good/solidus_taxjar')
-rw-r--r--lib/super_good/solidus_taxjar/api_params.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/super_good/solidus_taxjar/api_params.rb b/lib/super_good/solidus_taxjar/api_params.rb
index 3e5bcb4..6458018 100644
--- a/lib/super_good/solidus_taxjar/api_params.rb
+++ b/lib/super_good/solidus_taxjar/api_params.rb
@@ -8,6 +8,7 @@ module SuperGood
.merge(order_address_params(order.tax_address))
.merge(line_items_params(order.line_items))
.merge(shipping: order.shipment_total)
+ .merge(SuperGood::SolidusTaxJar.custom_order_params.(order))
.tap do |params|
next unless SuperGood::SolidusTaxJar.logging_enabled