summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-09 17:24:39 -0800
committerJared Norman <jared@super.gd>2019-01-09 17:24:39 -0800
commit59465ffdaa0e825993fa69dae0af28ee476a06c5 (patch)
tree1818988d365b8f532b7cd1c52fb9d3af339f40d2
parenteba00b96eb98b714ac3401b951ba50778741a34f (diff)
Fix stale class name reference
I renamed this class to be less confusing.
-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 5434aab..a89e8d3 100644
--- a/lib/super_good/solidus_taxjar/api.rb
+++ b/lib/super_good/solidus_taxjar/api.rb
@@ -8,7 +8,7 @@ module SuperGood
)
end
- def initialize(taxjar_client: Client.default_taxjar_client)
+ def initialize(taxjar_client: self.class.default_taxjar_client)
@taxjar_client = taxjar_client
end