(20241217) payment reference will now be the same as the payment id.
This commit is contained in:
@@ -173,7 +173,7 @@ class SMSController:
|
||||
) -> CoreAuthTokenModel | None:
|
||||
|
||||
# Simply call the core model:
|
||||
return await current_app.core_auth_token_controller.get_token(
|
||||
return await current_app.core_auth_token_controller.get_token_from_key(
|
||||
mongo_conn = mongo_conn,
|
||||
token_key = token_key
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user