소스 검색

add: wechatpay native

tokumeikoi 3 년 전
부모
커밋
e4f178e167
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      app/Payments/WechatPayNative.php

+ 3 - 3
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',