Exemplo n.º 1
0
 /**
  * Return the signature computed from the received parameters, for log/debug purposes.
  * @param boolean $hashed apply sha1, false by default
  * @return string
  */
 function getComputedSignature($hashed = false)
 {
     return VadsApi::sign($this->raw_response, $this->certificate, $hashed);
 }