From 3d515c05325e1d76f0a22407e9771e5269bc7c1f Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 19 Jul 2018 10:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E4=BA=A4=E6=98=93=E5=8F=B7?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=A4=84=E7=90=86,=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 4cfb5f40..e7f4b9be 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -715,7 +715,7 @@ class Index extends CI_Controller { foreach ($data['unsend_list'] as $item) { //已经发送的不处理,防止重复发送 - if ($item->pn_send == 'send') { + if ($item->pn_send == 'send' && empty($pn_txn_id)) { continue; }