|
@@ -245,6 +245,9 @@ class DMGEmbeddedOldWC: NSWindowController {
|
|
priceRefresh()
|
|
priceRefresh()
|
|
|
|
|
|
confirmPayment(isConfirm: false)
|
|
confirmPayment(isConfirm: false)
|
|
|
|
+ if productID == "com.brother.pdfreaderpro.mac.product_2" {
|
|
|
|
+ confirmPayment(isConfirm: true)
|
|
|
|
+ }
|
|
self.window?.delegate = self;
|
|
self.window?.delegate = self;
|
|
}
|
|
}
|
|
|
|
|