lib/braintree/us_bank_account.rb in braintree-2.68.1 vs lib/braintree/us_bank_account.rb in braintree-2.68.2

- old
+ new

@@ -1,9 +1,9 @@ module Braintree class UsBankAccount include BaseModule - attr_reader :routing_number, :last_4, :account_type, :account_description, :account_holder_name, :token, :image_url + attr_reader :routing_number, :last_4, :account_type, :account_description, :account_holder_name, :token, :image_url, :bank_name def initialize(gateway, attributes) # :nodoc: @gateway = gateway set_instance_variables_from_hash(attributes) end