From 7dd396b2fd1b161d8f78e6042b4456b2737b2502 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 12 Sep 2024 11:06:22 -0700 Subject: [PATCH] whoops --- app/clients/pinpoint/aws_pinpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/clients/pinpoint/aws_pinpoint.py b/app/clients/pinpoint/aws_pinpoint.py index cbc938b58..186b5f9b4 100644 --- a/app/clients/pinpoint/aws_pinpoint.py +++ b/app/clients/pinpoint/aws_pinpoint.py @@ -26,7 +26,7 @@ class AwsPinpointClient(Client): def validate_phone_number(self, country_code, phone_number): response = self._client.phone_number_validate( - NumberValidateRequest={"IsoCountryCode": "string", "PhoneNumber": "string"} + NumberValidateRequest={"IsoCountryCode": country_code, "PhoneNumber": phone_number} ) # TODO right now this will only print with AWS simulated numbers,