spec/integration/braintree/transaction_spec.rb in braintree-2.10.0 vs spec/integration/braintree/transaction_spec.rb in braintree-2.10.1
- old
+ new
@@ -809,11 +809,11 @@
:last_name => "Smith",
:company => "Braintree Payment Solutions",
:email => "dan@example.com",
:phone => "419-555-1234",
:fax => "419-555-1235",
- :website => "http://braintreepaymentsolutions.com"
+ :website => "http://braintreepayments.com"
},
:billing => {
:first_name => "Carl",
:last_name => "Jones",
:company => "Braintree",
@@ -860,11 +860,11 @@
transaction.customer_details.last_name.should == "Smith"
transaction.customer_details.company.should == "Braintree Payment Solutions"
transaction.customer_details.email.should == "dan@example.com"
transaction.customer_details.phone.should == "419-555-1234"
transaction.customer_details.fax.should == "419-555-1235"
- transaction.customer_details.website.should == "http://braintreepaymentsolutions.com"
+ transaction.customer_details.website.should == "http://braintreepayments.com"
transaction.billing_details.first_name.should == "Carl"
transaction.billing_details.last_name.should == "Jones"
transaction.billing_details.company.should == "Braintree"
transaction.billing_details.street_address.should == "123 E Main St"
transaction.billing_details.extended_address.should == "Suite 403"
@@ -1388,11 +1388,11 @@
:last_name => "Smith",
:company => "Braintree Payment Solutions",
:email => "dan@example.com",
:phone => "419-555-1234",
:fax => "419-555-1235",
- :website => "http://braintreepaymentsolutions.com"
+ :website => "http://braintreepayments.com"
},
:billing => {
:first_name => "Carl",
:last_name => "Jones",
:company => "Braintree",
@@ -1442,10 +1442,10 @@
transaction.customer_details.last_name.should == "Smith"
transaction.customer_details.company.should == "Braintree Payment Solutions"
transaction.customer_details.email.should == "dan@example.com"
transaction.customer_details.phone.should == "419-555-1234"
transaction.customer_details.fax.should == "419-555-1235"
- transaction.customer_details.website.should == "http://braintreepaymentsolutions.com"
+ transaction.customer_details.website.should == "http://braintreepayments.com"
transaction.billing_details.first_name.should == "Carl"
transaction.billing_details.last_name.should == "Jones"
transaction.billing_details.company.should == "Braintree"
transaction.billing_details.street_address.should == "123 E Main St"
transaction.billing_details.extended_address.should == "Suite 403"