コード例 #1
0
ファイル: systempay.php プロジェクト: joselapria/virtuemart
 /**
  * Check Systempay response, save order if not done by server call and redirect to response page
  *  when client comes back from payment platform.
  * @param int $virtuemart_order_id virtuemart order primary key concerned by payment
  * @param string $html message to show as result
  * @return
  */
 function plgVmOnPaymentResponseReceived(&$html)
 {
     return parent::plgVmOnPaymentResponseReceived($html);
 }