spec/integration/braintree/credit_card_spec.rb in braintree-4.22.0 vs spec/integration/braintree/credit_card_spec.rb in braintree-4.23.0

- old
+ new

@@ -620,11 +620,11 @@ :number => Braintree::Test::CreditCardNumbers::Hiper, :expiration_month => "11", :expiration_year => "2099", :options => { :verify_card => true, - :verification_merchant_account_id => SpecHelper::HiperBRLMerchantAccountId, + :verification_merchant_account_id => SpecHelper::CardProcessorBRLMerchantAccountId, :verification_account_type => "debit", }, ) expect(result).to be_success @@ -1111,10 +1111,10 @@ update_result = Braintree::CreditCard.update( card.token, :options => { :verify_card => true, :verification_account_type => "debit", - :verification_merchant_account_id => SpecHelper::HiperBRLMerchantAccountId, + :verification_merchant_account_id => SpecHelper::CardProcessorBRLMerchantAccountId, }, ) expect(update_result).to be_success end end