diff options
author | Jared Norman <jared@super.gd> | 2020-07-07 18:30:11 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2020-07-14 13:07:55 -0700 |
commit | c170aa6c7e82560747e252682852984d2e8fdba0 (patch) | |
tree | 61c1019cadb134fec4f34ffc3680c933826eeba9 /lib/super_good/solidus_taxjar/api.rb | |
parent | 15e30c62c721bd6f5e17dcd3d2f610f4b164269c (diff) |
Run project through standardrb
Diffstat (limited to 'lib/super_good/solidus_taxjar/api.rb')
-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 601a2ae..865bb45 100644 --- a/lib/super_good/solidus_taxjar/api.rb +++ b/lib/super_good/solidus_taxjar/api.rb @@ -4,7 +4,7 @@ module SuperGood def self.default_taxjar_client ::Taxjar::Client.new( api_key: ENV.fetch("TAXJAR_API_KEY"), - api_url: ENV.fetch("TAXJAR_API_URL") { 'https://api.taxjar.com' } # Sandbox URL: https://api.sandbox.taxjar.com + api_url: ENV.fetch("TAXJAR_API_URL") { "https://api.taxjar.com" } # Sandbox URL: https://api.sandbox.taxjar.com ) end |