Braintree v2.4.0 Release Notes

    • โž• Added unified message to result objects
    • Added ability to specify country using country_name, country_code_alpha2, country_code_alpha3, or country_code_numeric (see ISO_3166-1[https://en.wikipedia.org/wiki/ISO_3166-1])
    • Added gateway_rejection_reason to Transaction and Verification
    • โž• Added delete as a class method on CreditCard (in addition to the existing instance method)
    • ๐Ÿ‘ Allow searching with Date objects (in addition to DateTime and Time objects)
    • When creating a Subscription, return failed transaction on the ErrorResult if the initial transaction is not successful