コード例 #1
0
ファイル: systempay.php プロジェクト: joselapria/virtuemart
 /**
  * Prepare data and redirect to Systempay payment platform
  * @param string $order_number
  * @param object $orderData
  * @param string $return_context the session id
  * @param string $html the form to display
  * @param bool $new_status false if it should not be changed, otherwise new staus
  * @return NULL
  */
 function plgVmConfirmedOrder($cart, $order)
 {
     return parent::plgVmConfirmedOrder($cart, $order);
 }