lib/braintree/credit_card.rb in braintree-2.14.0 vs lib/braintree/credit_card.rb in braintree-2.15.0

- old
+ new

@@ -25,10 +25,10 @@ International = "international" US = "us" end attr_reader :billing_address, :bin, :card_type, :cardholder_name, :created_at, :customer_id, :expiration_month, - :expiration_year, :last_4, :subscriptions, :token, :updated_at + :expiration_year, :last_4, :unique_number_identifier, :subscriptions, :token, :updated_at # See http://www.braintreepayments.com/docs/ruby/credit_cards/create def self.create(attributes) Configuration.gateway.credit_card.create(attributes) end