From 461d937ec5e9f563b8aef0575440e10c3aeaf997 Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Thu, 19 Dec 2024 11:36:49 -0800 Subject: [PATCH] make method public for UIKit integration --- Sources/CardPaySheet/CardPaysheet.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CardPaySheet/CardPaysheet.swift b/Sources/CardPaySheet/CardPaysheet.swift index 76a3fe05..6cdacb28 100644 --- a/Sources/CardPaySheet/CardPaysheet.swift +++ b/Sources/CardPaySheet/CardPaysheet.swift @@ -19,7 +19,7 @@ public class CardPaySheet { self.sca = sca } - func createCardFormViewController( + public func createCardFormViewController( orderID: String, sca: SCA, completion: @escaping (Result) -> Void