Resolve "Service to connect to insurance API" #1653

Open
korina.cordero wants to merge 9 commits from 727-service-to-connect-to-insurance-api into master
Showing only changes of commit 101fe76ba4 - Show all commits

View file

@ -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 = [