コード例 #1
0
ファイル: PayPal.php プロジェクト: pear/payment_process2
 /**
  * Parses the data received from the payment gateway callback
  *
  * @access public
  * @todo Implement support for PayPal's IPN?
  */
 function parseCallback()
 {
     return parent::parseCallback();
 }