mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Add PHPCS fixes to PayUponInvoiceGateway
This commit is contained in:
parent
ef9a4d9cdf
commit
8e86b242a5
1 changed files with 22 additions and 22 deletions
|
@ -207,7 +207,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
|
||||||
'custom_attributes' => array(
|
'custom_attributes' => array(
|
||||||
'pattern' => '.{1,127}',
|
'pattern' => '.{1,127}',
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
'required' => ''
|
'required' => '',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'logo_url' => array(
|
'logo_url' => array(
|
||||||
|
@ -219,7 +219,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
|
||||||
'custom_attributes' => array(
|
'custom_attributes' => array(
|
||||||
'pattern' => '.+',
|
'pattern' => '.+',
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
'required' => ''
|
'required' => '',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'customer_service_instructions' => array(
|
'customer_service_instructions' => array(
|
||||||
|
@ -231,7 +231,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
|
||||||
'custom_attributes' => array(
|
'custom_attributes' => array(
|
||||||
'pattern' => '.+',
|
'pattern' => '.+',
|
||||||
'autocomplete' => 'off',
|
'autocomplete' => 'off',
|
||||||
'required' => ''
|
'required' => '',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue