Add PHPCS fixes to PayUponInvoiceGateway

This commit is contained in:
Daniel Dudzic 2024-03-12 21:03:03 +01:00
parent ef9a4d9cdf
commit 8e86b242a5
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -207,7 +207,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
'custom_attributes' => array(
'pattern' => '.{1,127}',
'autocomplete' => 'off',
'required' => ''
'required' => '',
),
),
'logo_url' => array(
@ -219,7 +219,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
'custom_attributes' => array(
'pattern' => '.+',
'autocomplete' => 'off',
'required' => ''
'required' => '',
),
),
'customer_service_instructions' => array(
@ -231,7 +231,7 @@ class PayUponInvoiceGateway extends WC_Payment_Gateway {
'custom_attributes' => array(
'pattern' => '.+',
'autocomplete' => 'off',
'required' => ''
'required' => '',
),
),
);