Logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
joomla25:love:api_for_third_party_gateway_integration [2013/04/25 11:18]
mircea
joomla25:love:api_for_third_party_gateway_integration [2013/04/25 11:23]
mircea
Line 14: Line 14:
 **[Joomla dir]\administrator\components\com_lovefactory\payment\language\en-GB\en-GB.paypal.ini**\\ **[Joomla dir]\administrator\components\com_lovefactory\payment\language\en-GB\en-GB.paypal.ini**\\
 \\ \\
-3. The main folder of any gateway ​must contain 3 files: ​a logo, a parameters file and a payment process file.\\+3. The main folder of any gateway ​should ​contain 3 files: a parameters filea payment process file and a logo (optional).\\
 Add in the gateway folder the logo in the following format: paypal.jpg|png|gif\\ Add in the gateway folder the logo in the following format: paypal.jpg|png|gif\\
 \\ \\
Line 104: Line 104:
 \\ \\
 To process the IPN, create the function "​processIpn"​. This function must process the Gateway IPN and return a status for the Payment.\\ To process the IPN, create the function "​processIpn"​. This function must process the Gateway IPN and return a status for the Payment.\\
-The variables included in notifications are listed in the IPN Variable Reference. These variables are different for each payment gateway.+The variables included in notifications are listed in the IPN Variable Reference. These variables are different for each payment gateway.\\
 \\ \\
 <code php> <code php>