Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VCR cassettes #140

Merged
merged 1 commit into from
Sep 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/factories/avalara_factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
customerCode: 1,
companyCode: '54321',
companyCode: 'DEFAULT',
customerUsageType: nil,
exemptionNo: nil,
referenceCode: 'R250707809',
Expand Down
6 changes: 3 additions & 3 deletions spec/support/avatax_config_preferences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def self.set_preferences
Spree::Avatax::Config.reset

Spree::Avatax::Config.configure do |config|
config.company_code = '0' unless config.company_code.present?
config.license_key = '12345' unless config.license_key.present?
config.account = '[email protected]' unless config.account.present?
config.company_code = 'DEFAULT'
config.license_key = '12345'
config.account = '12345'

config.refuse_checkout_address_validation_error = false
config.log_to_stdout = false
Expand Down
2 changes: 1 addition & 1 deletion spec/support/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
config.configure_rspec_metadata!
config.default_cassette_options = {
match_requests_on: [:method],
record: :new_episodes,
record: :none,
allow_playback_repeats: true,
}
end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading