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
Next revision Both sides next revision
joomla25:love:api_for_third_party_gateway_integration [2013/04/25 11:04]
mircea
joomla25:love:api_for_third_party_gateway_integration [2013/04/25 11:18]
mircea
Line 10: Line 10:
 **[Joomla dir]\administrator\components\com_lovefactory\payment\gateways\paypal**\\ **[Joomla dir]\administrator\components\com_lovefactory\payment\gateways\paypal**\\
 \\ \\
-2. Now you will have to create the language file for the gateway, the name of the file must contain the language abbreviation (e.g. en-GB) followed by the name of the gateway added on first step.+2. Now you will have to create the language file for the gateway, the name of the file must contain the language abbreviation (e.g. en-GB) followed by the name of the gateway added on first step.\\
 \\ \\
 **[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**\\
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.
 \\ \\
 <code php> <code php>