PayPal payments do not work

From Kolmisoft Wiki
Revision as of 06:38, 26 April 2011 by Admin (talk | contribs) (→‎See also)
Jump to navigationJump to search
  • 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