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
joomla25:love:api_for_third_party_gateway_integration [2013/04/25 11:18]
mircea
joomla25:love:api_for_third_party_gateway_integration [2013/05/09 10:21]
admin
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\\
 \\ \\
 4. Create the gateway configuration form: paypal.xml. What options you will add here will differ depending on the gateway. This is a regular Joomla XML form:\\ 4. Create the gateway configuration form: paypal.xml. What options you will add here will differ depending on the gateway. This is a regular Joomla XML form:\\
 \\ \\
-<​code ​php>+<​code ​xml>
 <​form>​ <​form>​
   <​fieldset name="​params">​   <​fieldset name="​params">​
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>