Add files via upload
This commit is contained in:
@ -63,7 +63,7 @@ class FormPurchase extends Form {
|
||||
$this->code = intval(0);
|
||||
if(isset($_POST["code"]) && $_POST["code"] !== ""){
|
||||
if($promoDAO->GetPromotion($_POST["code"])->data_seek(0)){
|
||||
$this->code = intval(3);
|
||||
$this->code = intval(2);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user