diff --git a/src/Service/InsuranceConnector.php b/src/Service/InsuranceConnector.php index b29d6225..f72a0b10 100644 --- a/src/Service/InsuranceConnector.php +++ b/src/Service/InsuranceConnector.php @@ -18,6 +18,12 @@ class InsuranceConnector $this->token = $token; } + // TODO: create a function that builds the client data to be sent + // might need to rethink ClientData. It might be easier to break ClientData apart into three + // separate structures + + // TODO: error handling + public function createApplication($client_info = [], $client_contact_info = [], $car_info = []) { $body = [