mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-01 06:40:54 -05:00
Pass API correct attribute to search inbound SMS
It’s `phone_number` here:
1250e47cc7/app/inbound_sms/rest.py (L33)
This commit is contained in:
@@ -297,7 +297,7 @@ class ServiceAPIClient(NotifyAdminAPIClient):
|
||||
'/service/{}/inbound-sms'.format(
|
||||
service_id,
|
||||
),
|
||||
data={'user_number': user_number}
|
||||
data={'phone_number': user_number}
|
||||
)
|
||||
|
||||
def get_most_recent_inbound_sms(self, service_id, page=None):
|
||||
|
||||
Reference in New Issue
Block a user