mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-12 01:48:54 -04:00
Merge pull request #2885 from alphagov/phone-number
Pass API correct attribute to search inbound SMS
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