feat(can-charge): 이롬넷(Payverse) 통합결제 추가

This commit is contained in:
Yu Sung
2025-10-01 01:48:18 +09:00
parent e62c89d7bc
commit d045722b8d
13 changed files with 639 additions and 72 deletions

View File

@@ -107,4 +107,8 @@ final class AppViewModel: ObservableObject {
.store(in: &subscription)
}
}
func handlePayverseOpenURL(_ url: URL) {
}
}