예제 #1
0
파일: Order.php 프로젝트: kirkbauer2/kirkxc
 /**
  * Define the actions with no secure token
  *
  * @return array
  */
 public static function defineFreeFormIdActions()
 {
     return array_merge(parent::defineFreeFormIdActions(), array('check_coupon'));
 }