mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Merge pull request #741 from woocommerce/PCP-810-wrong-pui-locale-sent-causing-error-payment-source-cannot-be-used
wrong PUI locale sent causing error PAYMENT_SOURCE_CANNOT_BE_USED
This commit is contained in:
commit
a8205843d9
3 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
* Fix - Pay Later messaging displayed for out of stock variable products or with no variation selected #667
|
||||
* Fix - Placeholders and card type detection not working for PayPal Card Processing (260) #685
|
||||
* Fix - PUI gateway is displayed with unsupported store currency #711
|
||||
* Fix - Wrong PUI locale sent causing error PAYMENT_SOURCE_CANNOT_BE_USED #741
|
||||
* Enhancement - Missing PayPal fee in WC order details for PUI purchase #714
|
||||
* Enhancement - Skip loading of PUI js file on all pages where PUI gateway is not displayed #723
|
||||
* Enhancement - PUI feature capitalization not consistent #724
|
||||
|
|
|
@ -50,7 +50,7 @@ class PaymentSourceFactory {
|
|||
$address['city'] ?? '',
|
||||
$address['postcode'] ?? '',
|
||||
$address['country'] ?? '',
|
||||
'en-DE',
|
||||
'de-DE',
|
||||
$merchant_name,
|
||||
$logo_url,
|
||||
array( $customer_service_instructions )
|
||||
|
|
|
@ -87,7 +87,8 @@ Follow the steps below to connect the plugin to your PayPal account:
|
|||
* Fix - Pay Later messaging only displayed when smart button is active on the same page #283
|
||||
* Fix - Pay Later messaging displayed for out of stock variable products or with no variation selected #667
|
||||
* Fix - Placeholders and card type detection not working for PayPal Card Processing (260) #685
|
||||
* Fix - PUI gateway is displayed with unsupported store currency #711
|
||||
* Fix - PUI gateway is displayed with unsupported store currency #711
|
||||
* Fix - Wrong PUI locale sent causing error PAYMENT_SOURCE_CANNOT_BE_USED #741
|
||||
* Enhancement - Missing PayPal fee in WC order details for PUI purchase #714
|
||||
* Enhancement - Skip loading of PUI js file on all pages where PUI gateway is not displayed #723
|
||||
* Enhancement - PUI feature capitalization not consistent #724
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue