Add TODO comments. #727

This commit is contained in:
Korina Cordero 2023-01-09 10:23:10 +00:00
parent f8327f5d59
commit 101fe76ba4

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