Skip to content

Instantly share code, notes, and snippets.

@rafsuntaskin
Created November 24, 2022 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafsuntaskin/6db648b9dfd1a7099d5cd22264491d34 to your computer and use it in GitHub Desktop.
Save rafsuntaskin/6db648b9dfd1a7099d5cd22264491d34 to your computer and use it in GitHub Desktop.
TicketsCommerce PayPal SDK locale fix
<?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