From fc283af60f526a8229e2c78b19f8814bc7f56d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=A4=A7=E7=99=BD?= Date: Thu, 13 Jun 2024 18:47:04 +0800 Subject: [PATCH] Update StripeALLInOne.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除调试冗余代码 --- app/Payments/StripeALLInOne.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Payments/StripeALLInOne.php b/app/Payments/StripeALLInOne.php index d7aa413..b997c81 100644 --- a/app/Payments/StripeALLInOne.php +++ b/app/Payments/StripeALLInOne.php @@ -4,9 +4,7 @@ * 自己写别抄,抄NMB抄 */ namespace App\Payments; - use App\Exceptions\ApiException; -use Illuminate\Support\Facades\Log; class StripeALLInOne { public function __construct($config) @@ -108,7 +106,6 @@ class StripeALLInOne { case "wechat_pay": if (isset($nextAction['wechat_pay_display_qr_code'])){ $jumpUrl = $nextAction['wechat_pay_display_qr_code']['data']; - Log::info($jumpUrl); }else { throw new ApiException('unable get WeChat Pay redirect url', 500); }