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,