From 7d087214aaf111dc9ca20ff372c96e10541a418f Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Wed, 9 Jan 2019 17:25:23 -0800 Subject: Rename method --- lib/super_good/solidus_taxjar/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/super_good/solidus_taxjar/api.rb') 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 -- cgit v1.2.3