mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	add: wechatpay native
This commit is contained in:
		| @@ -15,17 +15,17 @@ class WechatPayNative { | |||||||
|     public function form() |     public function form() | ||||||
|     { |     { | ||||||
|         return [ |         return [ | ||||||
|             'currency' => [ |             'app_id' => [ | ||||||
|                 'label' => 'APPID', |                 'label' => 'APPID', | ||||||
|                 'description' => '绑定微信支付商户的APPID', |                 'description' => '绑定微信支付商户的APPID', | ||||||
|                 'type' => 'input', |                 'type' => 'input', | ||||||
|             ], |             ], | ||||||
|             'stripe_sk_live' => [ |             'mch_id' => [ | ||||||
|                 'label' => '商户号', |                 'label' => '商户号', | ||||||
|                 'description' => '微信支付商户号', |                 'description' => '微信支付商户号', | ||||||
|                 'type' => 'input', |                 'type' => 'input', | ||||||
|             ], |             ], | ||||||
|             'stripe_webhook_key' => [ |             'api_key' => [ | ||||||
|                 'label' => 'APIKEY(v1)', |                 'label' => 'APIKEY(v1)', | ||||||
|                 'description' => '', |                 'description' => '', | ||||||
|                 'type' => 'input', |                 'type' => 'input', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user