From 3217c25bda2cf360cf4cc9d2c1eab3fc92c8f8c0 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Tue, 29 Oct 2024 12:37:48 -0700 Subject: [PATCH] Steven PR feedback: typo in Chagelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd73e103..c8bea1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ * Remove `vault(vaultRequest:)` method that uses delegate callbacks * Add `approveOrder(request:completion:(CardResult?, Error?) -> Void)` to `CardClient` * Add `vault(request:completion:(CardVaultResult?, Error?) -> Void)` to `CardClient` - * Add `approveOrder(request:) async throws -> Cardresult` + * Add `approveOrder(request:) async throws -> CardResult` * Add `vault(vaultRequest:) async throws -> CardVaultResult` * PayPalWebPayments * Deprecate `PayPalVaultRequest(url:setupTokenID:)`