Example #1
0
 public function cleanDownSelectedData()
 {
     $requestData = $this->checkoutSession->getShipperhqData();
     //  $key = $this->getKey($data);
     unset($requestData['checkout_selections']);
     $this->checkoutSession->setShipperhqData($requestData);
 }