コード例 #1
0
ファイル: IgfsCgVoidAuth.php プロジェクト: skuola/pagonline
 protected function resetFields()
 {
     parent::resetFields();
     $this->amount = NULL;
     $this->refTranID = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
 }
コード例 #2
0
ファイル: IgfsCgConfirm.php プロジェクト: skuola/pagonline
 protected function resetFields()
 {
     parent::resetFields();
     $this->amount = NULL;
     $this->refTranID = NULL;
     $this->freeText = NULL;
     $this->topUpID = NULL;
     $this->splitTran = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->pendingAmount = NULL;
 }
コード例 #3
0
ファイル: IgfsCgAuth.php プロジェクト: skuola/pagonline
 protected function resetFields()
 {
     parent::resetFields();
     $this->shopUserRef = NULL;
     $this->shopUserName = NULL;
     $this->shopUserAccount = NULL;
     $this->shopUserIP = NULL;
     $this->trType = "AUTH";
     $this->amount = NULL;
     $this->currencyCode = NULL;
     $this->pan = NULL;
     $this->payInstrToken = NULL;
     $this->regenPayInstrToken = NULL;
     $this->payInstrTokenExpire = NULL;
     $this->payInstrTokenUsageLimit = NULL;
     $this->cvv2 = NULL;
     $this->expireMonth = NULL;
     $this->expireYear = NULL;
     $this->accountName = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->enrStatus = NULL;
     $this->authStatus = NULL;
     $this->cavv = NULL;
     $this->xid = NULL;
     $this->level3Info = NULL;
     $this->description = NULL;
     $this->recurrent = NULL;
     $this->freeText = NULL;
     $this->topUpID = NULL;
     $this->promoCode = NULL;
     $this->payPassData = NULL;
     $this->paymentID = NULL;
     $this->authCode = NULL;
     $this->brand = NULL;
     $this->maskedPan = NULL;
     $this->additionalFee = NULL;
     $this->status = NULL;
 }
コード例 #4
0
ファイル: IgfsCgCredit.php プロジェクト: skuola/pagonline
 protected function resetFields()
 {
     parent::resetFields();
     $this->shopUserRef = NULL;
     $this->amount = NULL;
     $this->currencyCode = NULL;
     $this->refTranID = NULL;
     $this->splitTran = NULL;
     $this->pan = NULL;
     $this->payInstrToken = NULL;
     $this->expireMonth = NULL;
     $this->expireYear = NULL;
     $this->addInfo1 = NULL;
     $this->addInfo2 = NULL;
     $this->addInfo3 = NULL;
     $this->addInfo4 = NULL;
     $this->addInfo5 = NULL;
     $this->description = NULL;
     $this->pendingAmount = NULL;
 }