diff options
author | Jared Norman <jared@super.gd> | 2019-01-09 17:24:39 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-01-09 17:24:39 -0800 |
commit | 59465ffdaa0e825993fa69dae0af28ee476a06c5 (patch) | |
tree | 1818988d365b8f532b7cd1c52fb9d3af339f40d2 /lib/super_good/solidus_taxjar | |
parent | eba00b96eb98b714ac3401b951ba50778741a34f (diff) |
Fix stale class name reference
I renamed this class to be less confusing.
Diffstat (limited to 'lib/super_good/solidus_taxjar')
-rw-r--r-- | lib/super_good/solidus_taxjar/api.rb | 2 |
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 |