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(