From 4203382c70c5071b1c5081d645cf1dc3955e330e Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Thu, 14 Nov 2024 08:47:26 -0800 Subject: [PATCH] remove duplicate line for PayPal cancel errors --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cc4991..33bd396e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,6 @@ * PayPalWebPayments * Deprecate `PayPalVaultRequest(url:setupTokenID:)` * Add `PayPalVaultRequest(setupTokenID:)` - * Add `.checkoutCanceled` and `.vaultCanceled` to `PayPalWebCheckoutClientError` * Rename `PayPalWebCheckoutClientError` to `PayPalError` * Add `.checkoutCanceledError` and `vaultCanceledError` to `PayPalError` * Add public static functions `isCheckoutCanceled(Error)` and `isVaultCanceled(Error)` to `PayPalError` to distinguish cancellation errors in PayPal flows.