Mage_GoogleCheckout_ApiController Class Reference

Inheritance diagram for Mage_GoogleCheckout_ApiController:

Mage_Core_Controller_Front_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 indexAction ()
 beaconAction ()


Detailed Description

Definition at line 27 of file ApiController.php.


Member Function Documentation

beaconAction (  ) 

Definition at line 40 of file ApiController.php.

00041     {
00042         Mage::getModel('googlecheckout/api')->processBeacon();
00043     }

indexAction (  ) 

Definition at line 29 of file ApiController.php.

00030     {
00031         $res = Mage::getModel('googlecheckout/api')->processCallback();
00032         if ($res === false) {
00033             $this->_forward('noRoute');
00034         }
00035         else {
00036             exit;
00037         }
00038     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:16 2009 for Magento by  doxygen 1.5.8