|
@@ -916,7 +916,6 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
|
|
|
@IBAction func payButtonAction(_ sender: NSButton) {
|
|
|
emailErrorLabel(isReveal: false)
|
|
|
confirmPayment(isConfirm: false)
|
|
|
- refreshApplyButton(isReveal: true)
|
|
|
paymentMethod = KMPaymentType(rawValue: uint32(sender.tag)) ?? .paypal
|
|
|
}
|
|
|
|
|
@@ -1738,8 +1737,6 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
|
|
|
aiAddOnButton1.isEnabled = true
|
|
|
extendedButton1.isEnabled = true
|
|
|
couponButton.isEnabled = true
|
|
|
- coupomTextField.isEnabled = true
|
|
|
- applyButton.isEnabled = true
|
|
|
emailTextField.isEnabled = true
|
|
|
licenseCodeTextField.isEnabled = true
|
|
|
}
|