From 10192378d493ac6e375add0157a909d3dedc7fd3 Mon Sep 17 00:00:00 2001 From: li kesong Date: Sat, 8 Jan 2022 11:47:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Eprod=E6=97=B6$payMoney=3D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/v3/Implementations/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Service/v3/Implementations/PaymentService.php b/app/Service/v3/Implementations/PaymentService.php index 9ee6dfa..1b5ca09 100644 --- a/app/Service/v3/Implementations/PaymentService.php +++ b/app/Service/v3/Implementations/PaymentService.php @@ -61,7 +61,7 @@ class PaymentService implements PaymentServiceInterface $payMoney = bcmul((string)$orderMain->money, 100, 0); if (env('APP_ENV') != 'prod' && $orderMain->type == OrderType::ONLINE) { - // $payMoney = 1; + $payMoney = 1; } $user = User::select('openid')->find($userId);