diff --git a/www/application/controllers/Paymnt.php b/www/application/controllers/Paymnt.php index 6a3c2f9f..8352d2f6 100644 --- a/www/application/controllers/Paymnt.php +++ b/www/application/controllers/Paymnt.php @@ -41,7 +41,8 @@ class Paymnt extends Users_Controller { $cd['exp_year'] = $this->input->post('exp_year'); $cd['cvc'] = $this->input->post('cvc'); $cd['description']= $this->input->post('description'); - $amount = rand(5555,9999); + //$amount = rand(5555,9999); + $amount = rand(450,700); $cardTestResult= $this->cardpay_model->verifyCardData($cd); diff --git a/www/application/views/users/view_balance.php b/www/application/views/users/view_balance.php index 467e8353..e127a086 100644 --- a/www/application/views/users/view_balance.php +++ b/www/application/views/users/view_balance.php @@ -39,7 +39,6 @@ function getAddWithdrawButtons(){