mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 13:44:42 +08:00
Fix lint
This commit is contained in:
parent
7cba0edebf
commit
1655a7aec9
1 changed files with 21 additions and 21 deletions
|
@ -319,7 +319,7 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
'maxlength' => 13,
|
'maxlength' => 13,
|
||||||
'custom_attributes' => array(
|
'custom_attributes' => array(
|
||||||
'pattern' => '[A-Z0-9]{13}',
|
'pattern' => '[A-Z0-9]{13}',
|
||||||
'autocomplete' => 'off'
|
'autocomplete' => 'off',
|
||||||
),
|
),
|
||||||
'default' => false,
|
'default' => false,
|
||||||
'screens' => array(
|
'screens' => array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue