Difference between revisions of "PayPal payments do not work"
From Kolmisoft Wiki
Jump to navigationJump to search
m (→See also) |
|||
Line 12: | Line 12: | ||
= See also = | = See also = | ||
* [[I have a problem with PayPal Payment Gateway]] | * [[I have a problem with PayPal Payment Gateway]] | ||
* [[PayPal#Troubleshooting|Troubleshooting PayPal standard]] |
Revision as of 06:38, 26 April 2011
- Check /home/mor/config/environment.rb file and make sure variable Web_URL matches the IP or Hostname to which your user comes to your site.
Example:
If your site is http://www.mycompany.com and your IP is 22.33.44.55, then in Web_URL you should put http://www.mycompany.com, not the IP!
You need to restart Apache after you made changes to environment.rb file.
/etc/init.d/httpd restart