mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 16:24:33 +08:00
Add save payment method attributes to PayPal payment source
This commit is contained in:
parent
08280fa138
commit
99d05ca44d
6 changed files with 81 additions and 17 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue