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