Преглед на файлове

【内嵌支付】修复“paddle支付邮编为空也可以购买”

wanjun преди 6 месеца
родител
ревизия
560e239f9b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

+ 1 - 1
PDF Office/PDF Master/Class/Purchase/DMG/KMPurchaseEmbeddedWindowController.swift

@@ -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: "")