This commit is contained in:
liu
2026-09-04 22:42:50 +08:00
parent 1e25459676
commit c33247f214
+1 -1
View File
@@ -160,7 +160,7 @@ class OnlinePaymentService
$payment->pay_params = $gatewayData;
$payment->save();
return [$payment, $gatewayData];
return [$payment, $payment->pay_params];
}
/**