Fix phpcs

This commit is contained in:
Emili Castells Guasch 2024-04-10 17:05:33 +02:00
parent dd53229e8d
commit bd9f80f82f
4 changed files with 41 additions and 41 deletions

View file

@ -317,13 +317,13 @@ class SavePaymentMethodsModule implements ModuleInterface {
'nonce' => wp_create_nonce( SubscriptionChangePaymentMethod::nonce() ),
),
),
'labels' => array(
'labels' => array(
'error' => array(
'generic' => __(
'Something went wrong. Please try again or choose another payment source.',
'woocommerce-paypal-payments'
),
)
),
),
)
);