validate('purse', 'secretKey'); return $this->httpRequest->request->all(); } /** * Send the request with specified data. * * @param mixed $data The data to send * * @return CompletePurchaseResponse */ public function sendData($data) { return $this->response = new CompletePurchaseResponse($this, $data); } }