From b69acb5bbe585f42601906a3fb1eb5103d2740a6 Mon Sep 17 00:00:00 2001 From: Jax DesMarais-Leder Date: Tue, 30 Jul 2024 15:23:56 -0500 Subject: [PATCH] Update CHANGELOG.md to move endpoint entry to correct section --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3c60e570..f039d6d540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## unreleased * BraintreePayPal * Fix bug where `BTPayPalCheckoutRequest` was not passing the correct data causing issues with some transaction attempts +* BraintreeCore + * Update `endpoint` syntax sent to FPTI for 3D Secure and Venmo flows ## 6.23.1 (2024-07-24) * BraintreeThreeDSecure @@ -10,7 +12,6 @@ * BraintreeCore * Prevent duplicate outbound `v1/configuration` requests * Add network timeout of 30 seconds - * Update `endpoint` syntax sent to FPTI for 3D Secure and Venmo flows ## 6.23.0 (2024-07-15) * BraintreeShopperInsights (BETA)