diff --git a/config/wechat.php b/config/wechat.php index d5f1ef1..066cb60 100644 --- a/config/wechat.php +++ b/config/wechat.php @@ -8,9 +8,7 @@ * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ -dump(is_file(env('WECHAT_PAYMENT_CERT_PATH', ''))); -dump(env('WECHAT_PAYMENT_CERT_PATH', '')); -dd(env('WECHAT_PAYMENT_KEY_PATH', '')); + return [ /* * 默认配置,将会合并到各模块中 @@ -106,8 +104,6 @@ return [ /* * 微信支付 */ - - 'payment' => [ 'default' => [ 'sandbox' => env('WECHAT_PAYMENT_SANDBOX', false),