Commit ee60a3a7 authored by Antonio.Suerte's avatar Antonio.Suerte

Help2Pay Migration [Request Parameter Update]

parent 3c0ee3df
......@@ -19,8 +19,8 @@ class H2PWithdrawalVerification extends System {
}
private function setParameter(){
$this -> transactionKey = $this -> getDataGet("transKey", true);
$this -> transactionNum = $this -> getDataGet("transNum", true);
$this -> transactionKey = $this -> getDataGet("key", true);
$this -> transactionNum = $this -> getDataGet("transId", true);
$this -> accessLog = "Logs/H2P_Withdrawal/verification/access";
$this -> errorLog = "Logs/H2P_Withdrawal/verification/error";
......
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