This commit is contained in:
carmenmaymo 2025-06-10 15:14:34 +02:00
parent e348ff4653
commit f980dd289b
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ return array(
'RE',
'GP',
'GF',
'MQ'
'MQ',
)
);
},

View file

@ -539,7 +539,7 @@ return function ( ContainerInterface $container, array $fields ): array {
'requirements' => array(),
'gateway' => Settings::CONNECTION_TAB_ID,
),
'stay_updated' => array(
'stay_updated' => array(
'title' => __( 'Stay Updated', 'woocommerce-paypal-payments' ),
'type' => 'checkbox',
'desc_tip' => true,