Esempio n. 1
0
 protected function getProcessingParams()
 {
     $ordersIds = array();
     foreach ($this->params['items'] as $itemData) {
         $ordersIds[] = $itemData['order_id'];
     }
     return array_merge(parent::getProcessingParams(), array('request_data' => $this->getRequestData(), 'orders_ids' => array_unique($ordersIds)));
 }
Esempio n. 2
0
 protected function getProcessingParams()
 {
     return array_merge(parent::getProcessingParams(), array('request_data' => $this->getRequestData(), 'listing_product_ids' => array_keys($this->listingsProducts), 'lock_identifier' => $this->getLockIdentifier(), 'action_type' => $this->getActionType()));
 }
Esempio n. 3
0
 protected function getProcessingParams()
 {
     return array_merge(parent::getProcessingParams(), array('request_data' => $this->getRequestData()));
 }