예제 #1
0
 /**
  * Parses the data received from the payment gateway callback
  *
  * @access public
  * @todo Implement support for PayPal's IPN?
  */
 function parseCallback()
 {
     return parent::parseCallback();
 }