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;
|
$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 = [])
|
public function createApplication($client_info = [], $client_contact_info = [], $car_info = [])
|
||||||
{
|
{
|
||||||
$body = [
|
$body = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue