From e4f178e167cc803e57a99945762b896035c560ee Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Mon, 14 Jun 2021 22:29:31 +0900 Subject: [PATCH] add: wechatpay native --- app/Payments/WechatPayNative.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Payments/WechatPayNative.php b/app/Payments/WechatPayNative.php index 37caf21c..f9908da1 100644 --- a/app/Payments/WechatPayNative.php +++ b/app/Payments/WechatPayNative.php @@ -15,17 +15,17 @@ class WechatPayNative { public function form() { return [ - 'currency' => [ + 'app_id' => [ 'label' => 'APPID', 'description' => '绑定微信支付商户的APPID', 'type' => 'input', ], - 'stripe_sk_live' => [ + 'mch_id' => [ 'label' => '商户号', 'description' => '微信支付商户号', 'type' => 'input', ], - 'stripe_webhook_key' => [ + 'api_key' => [ 'label' => 'APIKEY(v1)', 'description' => '', 'type' => 'input',