Correct Billing module documentation

Discussion in 'Tips/Tricks/Mods' started by fbarcenas, Nov 16, 2014.

  1. fbarcenas

    fbarcenas Member

    In the PAYPAL IPN script section:

    $url = 'http://www.yourdomain.com:8080/billing/payments/paypal/ipn.php';

    should be changed to:
    $url = 'https://www.yourdomain.com:8080/billing/payments/paypal/ipn.php';

    as http with port 8080 on its own appears to go nowhere.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The URL depends on your ispconfig installation settings. If you choose to encrypt your connection with ssl during ispconfig install, then https has to be used while you use http:// like it is mentioned in the documentation on servers without ssl.

    I will add a note in the documentation that you have to change the domain name and the protocl to match your installation.
     

Share This Page