예제 #1
0
파일: V1.php 프로젝트: quyip8818/Mag
 /**
  * Update customer
  *
  * @param array $data
  * @throws Mage_Api2_Exception
  */
 protected function _update(array $data)
 {
     if ($this->_isOwner($this->getRequest()->getParam('id'))) {
         parent::_update($data);
     }
 }