mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix wrong locale for PUI experience context
This commit is contained in:
parent
d9a6a89f2c
commit
4de7321d30
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PaymentSourceFactory {
|
|||
$address['city'] ?? '',
|
||||
$address['postcode'] ?? '',
|
||||
$address['country'] ?? '',
|
||||
'en-DE',
|
||||
'de-DE',
|
||||
$merchant_name,
|
||||
$logo_url,
|
||||
array( $customer_service_instructions )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue