From 5f4c41fe30f7cec94aba914c7ebcc0d079e0d531 Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 14 May 2019 10:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/iPayLinksService.php | 1 + webht/third_party/paypal/controllers/index.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index 65fb8869..f5a83729 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -394,6 +394,7 @@ class IPayLinksService extends CI_Controller //退款状态默认为已经处理,陆燕在退款前手动通知外联了,系统跳过处理 if ($item->IPL_payType == 'refund') { + $this->send_refund($item, $old_ssje); // $this->Note_model->update_send($item->IPL_dealId, 'send'); continue; } diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 168f2891..8ff6abca 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -747,7 +747,8 @@ class Index extends CI_Controller { } //退款状态默认为已经处理,陆燕在退款前手动通知外联了,系统跳过处理 if ($item->pn_payment_status == 'Refunded') { - $this->Note_model->update_send($item->pn_txn_id, 'send'); + $this->send_refund($item, $handpick, $old_ssje); + // $this->Note_model->update_send($item->pn_txn_id, 'send'); continue; }