Skip to content

Commit

Permalink
make method public for UIKit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Dec 19, 2024
1 parent 4ba1c4c commit 461d937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CardPaySheet/CardPaysheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class CardPaySheet {
self.sca = sca
}

func createCardFormViewController(
public func createCardFormViewController(
orderID: String,
sca: SCA,
completion: @escaping (Result<CardResult, Error>) -> Void
Expand Down

0 comments on commit 461d937

Please sign in to comment.