Esempio n. 1
0
 protected function resetFields()
 {
     parent::resetFields();
     $this->paRes = NULL;
     $this->md = NULL;
     $this->authStatus = NULL;
     $this->cavv = NULL;
     $this->eci = NULL;
 }
Esempio n. 2
0
 protected function resetFields()
 {
     parent::resetFields();
     $this->shopUserRef = NULL;
     $this->amount = NULL;
     $this->currencyCode = NULL;
     $this->pan = NULL;
     $this->payInstrToken = NULL;
     $this->expireMonth = NULL;
     $this->expireYear = NULL;
     $this->termURL = NULL;
     $this->description = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->enrStatus = NULL;
     $this->paReq = NULL;
     $this->md = NULL;
     $this->acsURL = NULL;
     $this->acsPage = NULL;
 }