Exemple #1
0
 public function __construct()
 {
     payqr_base::checkConfig();
     $this->objectResponse = false;
     $this->objectOrder = false;
     $this->orderId = 0;
     $this->errors = array();
 }