lib/braintree/transaction.rb in braintree-2.13.2 vs lib/braintree/transaction.rb in braintree-2.13.3

- old
+ new

@@ -51,9 +51,10 @@ attr_reader :descriptor attr_reader :gateway_rejection_reason attr_reader :merchant_account_id attr_reader :order_id attr_reader :billing_details, :shipping_details + attr_reader :plan_id # The authorization code from the processor. attr_reader :processor_authorization_code # The response code from the processor. attr_reader :processor_response_code # The response text from the processor.