/home/desid573/book.familycab.com.au/eway-rapid-php-master/src/Rapid/Service/Http
Edit: /home/desid573/book.familycab.com.au/eway-rapid-php-master/src/Rapid/Service/Http/Response.php (837B)
statusCode = (int)$status;
$this->body = $body;
$this->error = $error;
}
public function getBody()
{
return $this->body;
}
public function getStatusCode()
{
return $this->statusCode;
}
public function getError()
{
return $this->error;
}
}