(20241230) Accepting ICICI Breeze's auth. now.

This commit is contained in:
2024-12-30 14:16:46 +05:30
parent 3e6d927a99
commit 95b6d08b4a
9 changed files with 359 additions and 138 deletions
+2 -1
View File
@@ -188,11 +188,12 @@ class CoreAuthTokenController(CoreBaseModel):
mongo_json = await mongo_data_conn.find_one_and_update(
collection = self.AUTH_COLLECTION,
filter = mongo_data_conn.dict_to_dot_notation({
"serviceType": auth_token.serviceType,
"user": {
"entityId": auth_token.user.entityId,
"billingAccountId": auth_token.user.billingAccountId
},
"serviceType": auth_token.serviceType,
"client": auth_token.client,
"clientUserId": auth_token.clientUserId
}),
update = {