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:auction:ipn_url [2013/08/19 13:58]
admin
joomla25:auction:ipn_url [2015/06/18 10:48]
mircea
Line 3: Line 3:
 \\ \\
  
-Valid for theFactory ​Framework extensions ​only: Raffle, Auction, Reverse Auction built for Joomla 2.5 and up.+Valid for thePHPfactory ​Framework extensions: Raffle, Auction, Reverse Auction built for Joomla 2.5 and up.
  
  
Line 49: Line 49:
 Not to be confused with Extension Names, as in "​Auction Factory"​. Not to be confused with Extension Names, as in "​Auction Factory"​.
  
-\\ 
  
-However, when configuring a payment processor to send IPNs you only have to give it a location where to send the information regarding that respective IPN. The IPN handler is thus: 
  
 \\ \\
  
-<code php> +Another method of obtaining this URL is with a code inspection tool via the internet browserSimply inspecting the Pay button on the last page of the checkout, will give you a complete list of URLs used in the payment process.
-[YOUR_SITE]/​index.php?​option=com_bids&​task=orderprocessor.ipn +
-</​code>​+
  
 \\ \\
  
-Another method of obtaining this URL is with a code inspection tool via the internet browser. Simply inspecting the Pay button on the last page of the checkout, ​will give you a complete list of URLs used in the payment process.+For Micro Deal Factory, ​the url will be:
  
 \\ \\
  
-If still unclear, please use the forums for guidance.+<code php> 
 +[YOUR_SITE]/​index.php?​option=com_microdealfactory&​controller=payment&​task=notify&​gateway=paypal&​lang=en 
 +</​code>​ 
 +\\
  
 +If still unclear, please use the forums for guidance.