Difference between revisions of "Paypal Multi IPN:Installation"

From WebSoftSolus Documentation
Jump to: navigation, search
m (Protected "Paypal Multi IPN:Installation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
 
Line 33: Line 33:
 
==PayPal Configuration==
 
==PayPal Configuration==
  
Finally, in your PayPal account set the IPN URL to the "PayPal-123456/index.php" file, example : http://www.Your-domain.com/PayPal-123456/index.php
+
Finally, in your PayPal account set the IPN URL to the "PayPal-123456/callback/index.php" file, example : http://www.Your-domain.com/PayPal-123456/callback/index.php
  
 
That's it, you can now use a multiples sites with your PayPal IPN.  
 
That's it, you can now use a multiples sites with your PayPal IPN.  

Latest revision as of 23:48, 1 November 2019

Language: English  • français


System Requirements

Below is the list of system requirements:


Module Installation

The Paypal Multi IPN installation is very simple. The following steps will guide you through the process:

* Before starting the installation please check that you have all system requirements listed above "System Requirements"

Upload

  • Unzip the zip file contents to a folder on your computer
  • Rename the "upload" folder with a name that you agree and that is hard to guess (to avoid curious !) Example : PayPal-123456
  • Edit the "/PayPal-123456/config/configuration.php" file.
    • Replace the value of the "$config['licenseKey']" variable value by your license key.
    • Replace the value of the "$config['adminEmail']" variable value by the administrator email.
    • Replace the email address "demo@example-X.com" and the domain "https://www.example-X.com/" by the email address and the URL on wish you witch receive the IPN notification for this email address.
    • ...
  • Upload the "PayPal-123456" folders in your hosting space - if you encounter problems, try upload in binary mode.

Activation

PayPal Configuration

Finally, in your PayPal account set the IPN URL to the "PayPal-123456/callback/index.php" file, example : http://www.Your-domain.com/PayPal-123456/callback/index.php

That's it, you can now use a multiples sites with your PayPal IPN.