mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #154 from woocommerce/PCP-138-paypal-payments-doesnt-work-with
Filter PayPal-supported language codes
This commit is contained in:
commit
cc1cd30bb5
3 changed files with 59 additions and 2 deletions
|
@ -726,7 +726,6 @@ class SmartButton implements SmartButtonInterface {
|
|||
$params = array(
|
||||
'client-id' => $this->client_id,
|
||||
'currency' => get_woocommerce_currency(),
|
||||
'locale' => get_user_locale(),
|
||||
'integration-date' => PAYPAL_INTEGRATION_DATE,
|
||||
'components' => implode( ',', $this->components() ),
|
||||
'vault' => $this->can_save_vault_token() ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue