Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # In your gateway.paypal_standard.php file (third_party/brilliant_retail/core/gateway)
  2. # find this setting (around line 83)
  3.  
  4. $myPaypal->addField('return',$data["return"]);
  5.  
  6. # Change to:
  7.  
  8. $myPaypal->addField('return',$this->EE->functions->create_url($config["thank_you_url"]));
Add Comment
Please, Sign In to add comment