31 include_once
"./payment/classes/class.ilPaymentBaseGUI.php";
32 include_once
"./payment/classes/class.ilPaymentShoppingCartGUI.php";
59 $cmd = $this->ctrl->getCmd();
60 switch ($this->ctrl->getNextClass($this))
62 case 'ilpaymentshoppingcartgui':
63 $this->
setSection($this->SECTION_SHOPPING_CART);
66 include_once
'./payment/classes/class.ilPaymentShoppingCartGUI.php';
70 $this->ctrl->forwardCommand($pt);
83 $this->ctrl->redirectByClass(
'ilpaymentshoppingcartgui');