Back Office Coupons gen
This commit is contained in:
@@ -195,6 +195,7 @@ class Confg extends Bko_Controller {
|
||||
for ($i = 1; $i <= $quantity; $i++) {
|
||||
$data['amount'] = $amount;
|
||||
$data['code'] = strtoupper( $this->getCouponsCode(10) );
|
||||
$data['description'] = "Back Office Coupons Gen";
|
||||
$res = $this->backend_model->wrenchboard_api($data, $out);
|
||||
$result .= $data['code']." - ".$res." \n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user