コード例 #1
0
ファイル: systempay.php プロジェクト: joselapria/virtuemart
 /**
  * This method is fired when showing when priting an Order
  * It displays the the payment method-specific data.
  *
  * @param integer $_virtuemart_order_id The order ID
  * @param integer $method_id  method used for this order
  * @return mixed Null when for payment methods that were not selected, text (HTML) otherwise
  * @author Valerie Isaksen
  */
 function plgVmonShowOrderPrintPayment($order_number, $method_id)
 {
     return parent::onShowOrderPrint($order_number, $method_id);
 }