|
@@ -15,6 +15,7 @@ class KMDMGPurchaseManager: NSObject {
|
|
|
|
|
|
func purchaseProduct(productIdentifier: String, email: String, completion: KMPurchaseCompletion) {
|
|
|
NSWorkspace.shared.open(URL(string: "http://test-pdf-pro.kdan.cn:3021/master/checkout?email=\(email)")!)
|
|
|
+ completion(false, .success)
|
|
|
}
|
|
|
|
|
|
func fetchProducts(completion: @escaping KMPurchaseFetchProductCompletion) {
|