Logo

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
joomla25:auction:ipn_url [2013/04/02 09:26]
admin created
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 43: Line 43:
   * Auction Factory - com_bids   * Auction Factory - com_bids
   * Reverse Auction Factory - com_rbids   * Reverse Auction Factory - com_rbids
-  * Raffle Factory - com_raffle+  * Raffle Factory - com_rafflefactory
  
 \\ \\
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.