Beispiel #1
0
 /**
  * plgVmOnCheckAutomaticSelectedPayment
  * Checks how many plugins are available. If only one, the user will not have the choice. Enter edit_xxx page
  * The plugin must check first if it is the correct type
  * @author Valerie Isaksen
  * @param VirtueMartCart cart: the cart object
  * @return null if no plugin was found, 0 if more then one plugin was found,  virtuemart_xxx_id if only one plugin is found
  *
  */
 function plgVmOnCheckAutomaticSelectedPayment(VirtueMartCart $cart, array $cart_prices = array(), &$paymentCounter)
 {
     return parent::onCheckAutomaticSelected($cart, $cart_prices, $paymentCounter);
 }