From f0fd458f868ad1e1056b767a23d5db5a2e21e26a Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 14 May 2019 15:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=AC=BE=E5=87=AD=E8=AF=81:=E5=AE=A2?= =?UTF-8?q?=E4=BA=BA=E9=82=AE=E4=BB=B6=E7=9A=84=E5=8F=91=E9=80=81=E4=BA=BA?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/pay/controllers/AlipayTradeService.php | 2 +- webht/third_party/pay/controllers/iPayLinksService.php | 2 +- webht/third_party/paypal/controllers/index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webht/third_party/pay/controllers/AlipayTradeService.php b/webht/third_party/pay/controllers/AlipayTradeService.php index 07a44c19..56aafad6 100644 --- a/webht/third_party/pay/controllers/AlipayTradeService.php +++ b/webht/third_party/pay/controllers/AlipayTradeService.php @@ -698,7 +698,7 @@ class AlipayTradeService extends CI_Controller $c_M_RelatedInfo, $c_M_State, $c_M_AddTime, - 'Alipay refund receipt'); + 'ChinaHighlights refund receipt'); $this->Alipay_note_model->update_send($item->ALI_dealId, 'send-customer'); } //添加邮件发送记录 end diff --git a/webht/third_party/pay/controllers/iPayLinksService.php b/webht/third_party/pay/controllers/iPayLinksService.php index f5a83729..575af7ac 100644 --- a/webht/third_party/pay/controllers/iPayLinksService.php +++ b/webht/third_party/pay/controllers/iPayLinksService.php @@ -758,7 +758,7 @@ class IPayLinksService extends CI_Controller $c_M_RelatedInfo, $c_M_State, $c_M_AddTime, - 'iPayLinks refund receipt'); + 'ChinaHighlights refund receipt'); $this->Note_model->update_send($item->IPL_dealId, 'send-customer'); } //添加邮件发送记录 end diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 8ff6abca..30df9cbe 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -1027,7 +1027,7 @@ class Index extends CI_Controller { $c_M_RelatedInfo, $c_M_State, $c_M_AddTime, - 'paypal refund receipt'); + 'ChinaHighlights refund receipt'); $this->Note_model->update_send($item->pn_txn_id, 'send-customer'); } //添加邮件发送记录 end