mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #1945 from alphagov/org-invite-api-fix
fix org invite api client
This commit is contained in:
@@ -7,10 +7,9 @@ class OrgInviteApiClient(NotifyAdminAPIClient):
|
|||||||
super().__init__("a" * 73, "b")
|
super().__init__("a" * 73, "b")
|
||||||
|
|
||||||
def init_app(self, app):
|
def init_app(self, app):
|
||||||
self.base_url = app.config['API_HOST_NAME']
|
super().init_app(app)
|
||||||
|
|
||||||
self.admin_url = app.config['ADMIN_BASE_URL']
|
self.admin_url = app.config['ADMIN_BASE_URL']
|
||||||
self.service_id = app.config['ADMIN_CLIENT_USER_NAME']
|
|
||||||
self.api_key = app.config['ADMIN_CLIENT_SECRET']
|
|
||||||
|
|
||||||
def create_invite(self, invite_from_id, org_id, email_address):
|
def create_invite(self, invite_from_id, org_id, email_address):
|
||||||
data = {
|
data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user