summaryrefslogtreecommitdiff
path: root/lib/super_good/solidus_taxjar
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-09 17:25:23 -0800
committerJared Norman <jared@super.gd>2019-01-09 17:25:23 -0800
commit7d087214aaf111dc9ca20ff372c96e10541a418f (patch)
treed42a4c93eaf821628e40fd03856ce87611d0fe4f /lib/super_good/solidus_taxjar
parent59465ffdaa0e825993fa69dae0af28ee476a06c5 (diff)
Rename method
Diffstat (limited to 'lib/super_good/solidus_taxjar')
-rw-r--r--lib/super_good/solidus_taxjar/api.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/super_good/solidus_taxjar/api.rb b/lib/super_good/solidus_taxjar/api.rb
index a89e8d3..a6b425c 100644
--- a/lib/super_good/solidus_taxjar/api.rb
+++ b/lib/super_good/solidus_taxjar/api.rb
@@ -12,7 +12,7 @@ module SuperGood
@taxjar_client = taxjar_client
end
- def order_tax_for(order)
+ def tax_for(order)
taxjar_client.tax_for_order order_params(order)
end