lib/braintree/successful_result.rb in braintree-2.87.0 vs lib/braintree/successful_result.rb in braintree-2.88.0
- old
+ new
@@ -19,9 +19,10 @@
attr_reader :paypal_account
attr_reader :settlement_batch_summary
attr_reader :subscription
attr_reader :supported_networks
attr_reader :transaction
+ attr_reader :us_bank_account_verification
def initialize(attributes = {}) # :nodoc:
@attrs = attributes.keys
attributes.each do |key, value|
instance_variable_set("@#{key}", value)