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; }