Braintree v1.1.2 Release Notes

    • Allow passing expiration_month and expiration_year separately
    • ⚡️ Updated Customer.find to raise an ArgumentError if given an invalid id
    • ➕ Added error code for transaction amounts that are too large
    • Include Enumerable in Braintree::Errors to iterate over all validation errors
    • Added processor_authorization_code attr_reader to Braintree::Transaction
    • Added cvv_response_code attr_reader to Braintree::Transaction
    • ➕ Added deep_errors method to Braintree::ValidationErrorCollection to get errors at every level of nesting