(20241217) payment reference will now be the same as the payment id.
This commit is contained in:
@@ -159,7 +159,7 @@ async def handle_gmail_callback() -> render_template:
|
||||
|
||||
# Here's where we do the checking of the e-mails,
|
||||
# if they don't match, we reject the authorization:
|
||||
auth_token = await current_app.mail_controller.get_token(
|
||||
auth_token = await current_app.mail_controller.get_token_from_key(
|
||||
mongo_conn = current_app.data_mongo,
|
||||
token_key = g.inbound_data["state"]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user