Commit e70175a6 by Tobin

validation app module

parent c87c96e9
......@@ -169,7 +169,8 @@ class Validation_app_model extends CI_Model {
)
)
),
'create_guest_user' => array()
'create_guest_user' => array(),
'addCard' => array()
);
public function validation_check($method_name, $parms) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment