Beispiel #1
0
 /**
  * Display stored payment data for an order
  * @see components/com_virtuemart/helpers/vmPaymentPlugin::plgVmOnShowOrderPaymentBE()
  */
 function plgVmOnShowOrderBEPayment($virtuemart_order_id, $payment_method_id)
 {
     return parent::plgVmOnShowOrderBEPayment($virtuemart_order_id, $payment_method_id);
 }