spec/integration/spec_helper.rb in braintree-2.89.0 vs spec/integration/spec_helper.rb in braintree-2.90.0

- old
+ new

@@ -43,9 +43,15 @@ Braintree::Configuration.public_key = old_public_key Braintree::Configuration.private_key = old_private_key end end + def with_advanced_fraud_integration_merchant(&block) + with_other_merchant("advanced_fraud_integration_merchant_id", "advanced_fraud_integration_public_key", "advanced_fraud_integration_private_key") do + block.call + end + end + def with_altpay_merchant(&block) with_other_merchant("altpay_merchant", "altpay_merchant_public_key", "altpay_merchant_private_key", &block) end def random_payment_method_token