|
@@ -910,7 +910,7 @@ class KMPurchaseEmbeddedWindowController: NSWindowController {
|
|
|
return
|
|
|
}
|
|
|
if paymentMethod == .paddle {
|
|
|
- if !isNumeric(paddleTextField.stringValue) {
|
|
|
+ if !isNumeric(paddleTextField.stringValue) && paddleTextField.stringValue != "" {
|
|
|
let alert = NSAlert()
|
|
|
alert.alertStyle = .critical
|
|
|
alert.messageText = NSLocalizedString("Connection Error", comment: "")
|