예제 #1
0
	public function __construct(Enlight_Controller_Request_Request $request, Enlight_Controller_Response_Response $response) {
		$this->config = Shopware()->Plugins()->Frontend()->BuiswPaymentPayone()->Config();
        
		$this->errorurl = $this->Front()->Router()->assemble(array(
				'action' => 'payment',
				'sTarget' => 'checkout',
				'sViewport' => 'account',
				'appendSession' => true,
				'forceSecure' => true
						));

		parent::__construct($request, $response);
	}
예제 #2
0
 public function __construct(\Enlight_Controller_Request_Request $request, \Enlight_Controller_Response_Response $response)
 {
     $this->orderProcessHelper = new Shopware_Plugins_Frontend_SofortPayment_Components_Helpers_OrderProcessHelper($this);
     parent::__construct($request, $response);
 }