Add save payment method attributes to PayPal payment source

This commit is contained in:
Emili Castells Guasch 2023-10-19 16:15:20 +02:00
parent 08280fa138
commit 99d05ca44d
6 changed files with 81 additions and 17 deletions

View file

@ -1060,7 +1060,8 @@ class SmartButton implements SmartButtonInterface {
}
$this->request_data->dequeue_nonce_fix();
return $localize;
return apply_filters( 'woocommerce_paypal_payments_localized_script_data', $localize );
}
/**