PCP-26 / introduce new password field for settings

This commit is contained in:
David Remer 2020-07-28 12:18:57 +03:00
parent 2af06b180e
commit 585d5350ff
3 changed files with 37 additions and 4 deletions

View file

@ -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,