Skip to content

Commit

Permalink
Removed ability of clean method to throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Oct 4, 2023
1 parent f789fc9 commit a5d3a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Classes/CheckoutPlatformApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class CheckoutPlatformApi : CheckoutPlatformInterface {
dropInAdvancedFlowStoredPaymentMethodsDelegate?.handleDisableResult(isSuccessfullyRemoved: deleteStoredPaymentMethodResultDTO.isSuccessfullyRemoved)
}

func cleanUpDropIn() throws {
func cleanUpDropIn() {
dropInSessionDelegate = nil
dropInSessionPresentationDelegate = nil
dropInSessionStoredPaymentMethodsDelegate = nil
Expand Down

0 comments on commit a5d3a3c

Please sign in to comment.