Difference between revisions of "PayPal payments do not work"

From Kolmisoft Wiki
Jump to navigationJump to search
(New page: * 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.my...)
 
Line 4: Line 4:


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!
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


<br><br>
<br><br>
= See also =  
= See also =  
* [[I have a problem with PayPal Payment Gateway]]
* [[I have a problem with PayPal Payment Gateway]]

Revision as of 08:19, 26 January 2010

  • 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



See also