Commit e369cd91 authored by iWallet Dev's avatar iWallet Dev

Withdrawal Solution Maintenance

parent 6050c4bb
......@@ -200,6 +200,13 @@ class WithdrawModelClass extends ModelClassEx {
return;
}
$maintenance = true;
if($maintenance){
$this->popUpSessionMessage(ERROR, 'E_ERROR_OPTION_NOT_AVAILABLE', array());
$this->setType();
}
// if type is not input
if($this -> getType() != TYPE_INPUT
&& $this -> getType() != TYPE_LOCAL_INPUT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment