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 [2013/08/19 13:58]
admin
joomla25:auction:ipn_url [2015/10/19 08:42]
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, 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> +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:
  
 +\\
 +
 +<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. If still unclear, please use the forums for guidance.
- 
-