Created
November 24, 2022 16:40
-
-
Save rafsuntaskin/6db648b9dfd1a7099d5cd22264491d34 to your computer and use it in GitHub Desktop.
TicketsCommerce PayPal SDK locale fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'tec_tickets_commerce_gateway_paypal_merchant_locale', function() { | |
return 'en_US'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment