mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
PCP-26 / introduce new password field for settings
This commit is contained in:
parent
2af06b180e
commit
585d5350ff
3 changed files with 37 additions and 4 deletions
|
@ -206,7 +206,7 @@ return [
|
|||
],
|
||||
'client_secret' => [
|
||||
'title' => __('Secret Key', 'woocommerce-paypal-commerce-gateway'),
|
||||
'type' => 'password',
|
||||
'type' => 'ppcp-password',
|
||||
'desc_tip' => true,
|
||||
'description' => __('The secret key of your api', 'woocommerce-paypal-commerce-gateway'),
|
||||
'default' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue