From 101fe76ba471b88279ed17fdfcc5f279e3977cdd Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 9 Jan 2023 10:23:10 +0000 Subject: [PATCH] Add TODO comments. #727 --- src/Service/InsuranceConnector.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 = [