From de37aea2c48c0dae90b774cd1f87ec3c3aee182b Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Sat, 26 Mar 2022 19:10:30 -0400 Subject: [PATCH] fix --- www/application/controllers/Paymnt.php | 3 ++- www/application/views/users/view_balance.php | 1 - www/svs/user/formarter.php | 22 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) 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(){

Wallet - More than 100 new orders