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