From deeaf2692a05b28de8782588c205141c510ffa02 Mon Sep 17 00:00:00 2001 From: erenbesel Date: Fri, 3 Jan 2025 11:06:31 +0100 Subject: [PATCH] add errordesc back on cashapp error --- AdyenCashAppPay/CashAppPayComponent.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AdyenCashAppPay/CashAppPayComponent.swift b/AdyenCashAppPay/CashAppPayComponent.swift index 09a5aa5b5d..4b2051ecf3 100644 --- a/AdyenCashAppPay/CashAppPayComponent.swift +++ b/AdyenCashAppPay/CashAppPayComponent.swift @@ -274,6 +274,8 @@ extension CashAppPayComponent { /// Payment was declined by the Cash App Pay app. case declined + public var errorDescription: String? { localizedDescription } + public var localizedDescription: String? { switch self { case .noGrant: