PCP-26 / introduce text field with autocomplete off

This commit is contained in:
David Remer 2020-07-28 12:23:50 +03:00
parent 585d5350ff
commit 754913b632
3 changed files with 31 additions and 3 deletions

View file

@ -193,7 +193,7 @@ return [
],
'client_id' => [
'title' => __('Client Id', 'woocommerce-paypal-commerce-gateway'),
'type' => 'text',
'type' => 'ppcp-text-input',
'desc_tip' => true,
'description' => __('The client id of your api ', 'woocommerce-paypal-commerce-gateway'),
'default' => false,