Example #1
0
 public function _processUrlKeys()
 {
     $requestJsonBody = $this->getJsonBody();
     if ($requestJsonBody !== null && array_key_exists(self::FORM_KEY, $requestJsonBody)) {
         $this->setJsonFormTokenOnMagentoRequest($requestJsonBody[self::FORM_KEY], $this->getRequest());
     }
     return parent::_processUrlKeys();
 }