Skip to content

Commit

Permalink
delete setOnClose comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mludowise-stripe committed Sep 24, 2024
1 parent a73fcc7 commit 176e5f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public class PaymentDetailsViewController: UIViewController {
guard let self else { return }
self.delegate?.paymentDetailsLoadDidFail(self, withError: value.error.connectEmbedError)
})
// TODO: Add support for `setOnClose`
webView.presentPopup = { [weak self] vc in
self?.present(vc, animated: true)
}
Expand Down

0 comments on commit 176e5f2

Please sign in to comment.