Update StripeALLInOne.php

删除调试冗余代码
This commit is contained in:
大大白 2024-06-13 18:47:04 +08:00 committed by GitHub
parent 9270d94668
commit fc283af60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}