fix: fix Alipay face-to-face payment form display issues

This commit is contained in:
xboard
2025-08-08 03:17:05 +08:00
parent 930e2052a4
commit 877a508f01
+2 -2
View File
@@ -36,13 +36,13 @@ class Plugin extends AbstractPlugin implements PaymentInterface
], ],
'private_key' => [ 'private_key' => [
'label' => '支付宝私钥', 'label' => '支付宝私钥',
'type' => 'textarea', 'type' => 'text',
'required' => true, 'required' => true,
'description' => '应用私钥,用于签名' 'description' => '应用私钥,用于签名'
], ],
'public_key' => [ 'public_key' => [
'label' => '支付宝公钥', 'label' => '支付宝公钥',
'type' => 'textarea', 'type' => 'text',
'required' => true, 'required' => true,
'description' => '支付宝公钥,用于验签' 'description' => '支付宝公钥,用于验签'
], ],