Braintree v2.83.0 Release Notes

    • Add support for tax_amount field on transaction line_items
    • Add support for source_merchant_id on webhooks
    • ๐Ÿ—„ Deprecated DiscountAmountMustBeGreaterThanZero error in favor of DiscountAmountCannotBeNegative.
    • ๐Ÿ—„ Deprecated UnitTaxAmountMustBeGreaterThanZero error in favor of UnitTaxAmountCannotBeNegative.
    • โž• Add find_all static method to TransactionLineItem class