mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix: fix Alipay face-to-face payment form display issues
This commit is contained in:
@@ -36,13 +36,13 @@ class Plugin extends AbstractPlugin implements PaymentInterface
|
||||
],
|
||||
'private_key' => [
|
||||
'label' => '支付宝私钥',
|
||||
'type' => 'textarea',
|
||||
'type' => 'text',
|
||||
'required' => true,
|
||||
'description' => '应用私钥,用于签名'
|
||||
],
|
||||
'public_key' => [
|
||||
'label' => '支付宝公钥',
|
||||
'type' => 'textarea',
|
||||
'type' => 'text',
|
||||
'required' => true,
|
||||
'description' => '支付宝公钥,用于验签'
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user