diff --git a/ios/Classes/CheckoutPlatformApi.swift b/ios/Classes/CheckoutPlatformApi.swift index 85c0dfa8..0065c2b2 100644 --- a/ios/Classes/CheckoutPlatformApi.swift +++ b/ios/Classes/CheckoutPlatformApi.swift @@ -122,7 +122,7 @@ class CheckoutPlatformApi : CheckoutPlatformInterface { dropInAdvancedFlowStoredPaymentMethodsDelegate?.handleDisableResult(isSuccessfullyRemoved: deleteStoredPaymentMethodResultDTO.isSuccessfullyRemoved) } - func cleanUpDropIn() throws { + func cleanUpDropIn() { dropInSessionDelegate = nil dropInSessionPresentationDelegate = nil dropInSessionStoredPaymentMethodsDelegate = nil