예제 #1
0
 public function getSig(Config $config)
 {
     return md5(dump($config->getPosId() . $this->getPayType() . $this->getSessionId() . $config->getPosAuthKey() . $this->getAmount() . $this->getDesc() . $this->getDesc2() . $this->getOrderId() . $this->getFirstName() . $this->getLastName() . $this->getStreet() . $this->getStreetHn() . $this->getStreetAn() . $this->getCity() . $this->getPostCode() . $this->getCountry() . $this->getEmail() . $this->getPhone() . $this->getLanguage() . $this->getClientIp() . $this->getTs() . $config->getKey1()));
 }
예제 #2
0
파일: Request.php 프로젝트: nextras/payu
 public function getSig(Config $config)
 {
     return md5($config->getPosId() . $this->getSessionId() . $this->getTs() . $config->getKey1());
 }