Add TODO comments. #727
This commit is contained in:
parent
f8327f5d59
commit
101fe76ba4
1 changed files with 6 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue