|
|
@@ -109,9 +109,9 @@ class PaymentProvider implements PaymentProviderInterface
|
|
|
{
|
|
|
$inBody = $request['inBody'];
|
|
|
$data = $this->notifyService->transactionSuccess($request['headers'], $request['inBody']);
|
|
|
+ Log::debug(__METHOD__ . json_encode($data));
|
|
|
if ($data['event_type'] == 'TRANSACTION.SUCCESS') {
|
|
|
// 交易成功
|
|
|
- Log::debug(__METHOD__ . json_encode($data));
|
|
|
$payment = $this->extensionPaymentEntity->where([
|
|
|
'out_trade_no' => $data['out_trade_no'],
|
|
|
])->findOrEmpty();
|