diff --git a/backstage/application/api/controllers/api/Recharge.php b/backstage/application/api/controllers/api/Recharge.php index 0a3c993..4dc4690 100644 --- a/backstage/application/api/controllers/api/Recharge.php +++ b/backstage/application/api/controllers/api/Recharge.php @@ -425,6 +425,10 @@ class Recharge extends REST_Controller 'from_account_id' => $from_account_id, 'recharge_fund_type' => '7', ); + if($this->user->company_id == 15) { + unset($payinfo['recharge_fund_type']); + } + $r = gpay_add_user_account_uid($touser->id, $zy_amount, $payinfo, $updateInfo2); if($r != 'suc') { $this->response(array(