spec/integration/braintree/credit_card_spec.rb in braintree-2.25.0 vs spec/integration/braintree/credit_card_spec.rb in braintree-2.26.0
- old
+ new
@@ -32,10 +32,11 @@
result = Braintree::CreditCard.create(
:customer_id => customer.id,
:number => Braintree::Test::CreditCardNumbers::Visa,
:expiration_date => "05/2009",
:cvv => "100",
- :device_session_id => "abc123"
+ :device_session_id => "abc123",
+ :fraud_merchant_id => "7"
)
result.success?.should == true
end
it "can provide expiration month and year separately" do