From 14490109e3cf937d56354e20bfe16cda3e891f1a Mon Sep 17 00:00:00 2001 From: Alex Guretzki Date: Thu, 14 Nov 2024 16:07:18 +0100 Subject: [PATCH] using explicit self --- .../ThreeDS2PlusDACoreActionHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdyenActions/Components/3DS2/Action handlers/3DS2+Delegated Authentication/ThreeDS2PlusDACoreActionHandler.swift b/AdyenActions/Components/3DS2/Action handlers/3DS2+Delegated Authentication/ThreeDS2PlusDACoreActionHandler.swift index 182b13a6f0..bd0e9b3ec5 100644 --- a/AdyenActions/Components/3DS2/Action handlers/3DS2+Delegated Authentication/ThreeDS2PlusDACoreActionHandler.swift +++ b/AdyenActions/Components/3DS2/Action handlers/3DS2+Delegated Authentication/ThreeDS2PlusDACoreActionHandler.swift @@ -272,7 +272,7 @@ internal typealias VoidHandler = () -> Void if case let AdyenAuthenticationError.consecutiveCancellationOnApproval(count) = error, count >= Constants.consecutiveCancellationTolerance { - try? service(cardNumber: nil).reset() + try? self.service(cardNumber: nil).reset() } self.presenter.showAuthenticationError(