Guest User

Change PayPal Language

a guest
Mar 18th, 2013
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_filter('gform_paypal_query', 'update_paypal_query', 10, 3);
  2. function update_paypal_query($query_string, $form, $entry){
  3.  
  4. $query_string .= "&lc=jp_JP";
  5. return $query_string;
  6. }
Add Comment
Please, Sign In to add comment