[问答]
Paypal支付成功后没有处理onNotify
public function onNotify($payType, $input, $param = []) { Log::info('PayPaypal.Notify - ' . SerializeUtil::jsonEncode($input, JSON_UNESCAPED_UNICODE)); // if (empty($input['hash']) || empty($input['trade_order_id'])) { // BizException::throws('签名错误'); // } // $hash = $input['hash']; // unset(...