|
|
- self._buyProduct(productID, count: pdfCount, discountId: coupomTextField.stringValue, payment: paymentMethod, email: emailTextField.stringValue) { [weak self] info, err in
|
|
|
+ self._buyProduct(productID, count: pdfCount, discountId: coupomTextField.stringValue, payment: paymentMethod, license: VerificationManager.default().licenseCode, email: emailTextField.stringValue) { [weak self] info, err in
|