Beispiel #1
0
 /**
  * Process a Systempay payment cancellation.
  * @param int $virtuemart_order_id virtuemart order primary key concerned by payment
  * @return
  */
 function plgVmOnPaymentUserCancel(&$virtuemart_order_id)
 {
     return parent::plgVmOnPaymentUserCancel($virtuemart_order_id);
 }