Ignore:
Timestamp:
Nov 17, 2014 5:19:30 PM (11 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/services/controllers/recharge.php

    r520 r536  
    2323                $aryResult = array();
    2424                $data = $this->services_model->cardPaidProcess($aryParams,  $aryResult);
    25                
    2625                $this->load->model('frontend/user_model', 'objUserModel');
    2726                $paidType = 2;
     
    4443                }else
    4544                {
    46                         $result['success'] = 1;
     45                        $result['success'] = 0;
    4746                }
    4847                echo json_encode($result);
Note: See TracChangeset for help on using the changeset viewer.