Skip to content

Commit

Permalink
Update config/initializers/app_configuration.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: Damian Legawiec <[email protected]>
  • Loading branch information
nnande and damianlegawiec authored Apr 22, 2020
1 parent f445385 commit d3b5ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/app_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
preference :taxjar_enabled, :boolean, default: false
preference :taxjar_debug_enabled, :boolean, default: false
preference :taxjar_sandbox_environment_enabled, :boolean, default: false
preference :taxjar_timeout, :float
preference :taxjar_timeout, :float, default: 2.0
end

0 comments on commit d3b5ba1

Please sign in to comment.