From 96d11d5e2c44bd237446606861ecfd769f58cbea Mon Sep 17 00:00:00 2001 From: lyt Date: Tue, 14 Jan 2020 10:30:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20PayPal=20APP=E7=BB=84=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E8=AE=A2=E5=8D=95=E5=8F=B7=E4=BB=8D=E6=8E=A8=E9=80=81?= =?UTF-8?q?APP,=20=E4=B8=8D=E6=94=AF=E6=8C=81=E8=BD=AC=E4=BA=A4=E6=94=B6?= =?UTF-8?q?=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 242e0b81..7a1b2ed5 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -1569,6 +1569,10 @@ class Index extends CI_Controller { $old_ssje = $data['gai_info'][0]->GAI_SSJE; $this->Paypal_model->delete_money_b($pn_txn_id); } + } elseif ($orderid_info->ordertype === 'A') { + $this->send_note($pn_txn_id); + echo json_encode('已发送APP!'); + return true; } }