Example #1
0
 /**
  * @param Response $response
  * @return mixed
  */
 public function getResponseSign(Response $response)
 {
     $this->params = array_merge($response->getParamList(), $this->getProtocolParams());
     $this->params = $this->paramSort($this->params);
     $this->setSign($this->getPreSignedString($this->params));
     return $this->sign;
 }