Exemplo n.º 1
0
 /**
  * @param  Service
  * @param  stdClass
  * @param  array
  * @param  array
  */
 public function __construct(array $values, $gopayId, $gopaySecretKey, array $valuesToBeVerified = array())
 {
     parent::__construct($values);
     $this->gopayId = (double) $gopayId;
     $this->gopaySecretKey = (string) $gopaySecretKey;
     $this->valuesToBeVerified = $valuesToBeVerified;
 }