fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user