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:auction:ipn_url [2014/12/17 13:05]
mircea
joomla25:auction:ipn_url [2015/10/19 08:42]
mircea
Line 3: Line 3:
 \\ \\
  
-Valid for thePHPfactory Framework extensions: Raffle, Auction, Reverse Auction built for Joomla 2.5 and up.+Valid for thePHPfactory Framework extensions: Raffle, Auction, Dutch, Reverse Auction built for Joomla 2.5 and up.
  
  
Line 23: Line 23:
 \\ \\
 <code php> <code php>
-[YOUR_SITE]/​index.php?​option=com_bids&​task=orderprocessor.ipn&​orderid=51&​gateway=pay_paypal+[YOUR_SITE]/​index.php?​option=com_auctionfactory&​task=orderprocessor.ipn&​orderid=51&​gateway=pay_paypal
 </​code>​ </​code>​
  
Line 32: Line 32:
 |APP_EXTENSION|Component name*| |APP_EXTENSION|Component name*|
 |$orderid|ID of the order currently being processed| |$orderid|ID of the order currently being processed|
-|$gw->​name|Name of the current payment gateway used, as seen in [[auction:3rd_party_payment_gateway_integration|var $name]]|+|$gw->​name|Name of the current payment gateway used, as seen in [[joomla30:auctionfactory:​api|var $name]]|
  
 \\ \\
Line 41: Line 41:
 \\ \\
  
-  * Auction Factory - com_bids+  * Auction Factory - com_bids ​(for Joomla 2.x), com_auctionfactory (for Joomla 3.x)
   * Reverse Auction Factory - com_rbids   * Reverse Auction Factory - com_rbids
 +  * Dutch Auction Factory - com_dutchfactory
   * Raffle Factory - com_rafflefactory   * Raffle Factory - com_rafflefactory
  
Line 49: Line 50:
 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> 
-[YOUR_SITE]/​index.php?​option=com_bids&​task=orderprocessor.ipn 
-</​code>​ 
  
 \\ \\
Line 75: Line 68:
  
 If still unclear, please use the forums for guidance. If still unclear, please use the forums for guidance.
-