19 private $objectManager;
24 private $orderAdapterFactory;
29 private $quoteAdapterFactory;
40 Order\OrderAdapterFactory $orderAdapterFactory,
41 Quote\QuoteAdapterFactory $quoteAdapterFactory
44 $this->orderAdapterFactory = $orderAdapterFactory;
45 $this->quoteAdapterFactory = $quoteAdapterFactory;
57 $data[
'order'] = $this->orderAdapterFactory->create(
61 $data[
'order'] = $this->quoteAdapterFactory->create(
67 return $this->objectManager->create(
elseif(isset( $params[ 'redirect_parent']))
__construct(ObjectManagerInterface $objectManager, Order\OrderAdapterFactory $orderAdapterFactory, Quote\QuoteAdapterFactory $quoteAdapterFactory)
create(InfoInterface $paymentInfo)