(20241217) payment reference will now be the same as the payment id.
This commit is contained in:
@@ -167,7 +167,7 @@ async def request_payment(
|
||||
# ┗ ┛
|
||||
|
||||
# Get the token from the token key:
|
||||
auth_token = await current_app.payment_controller.get_token(
|
||||
auth_token = await current_app.payment_controller.get_token_from_key(
|
||||
mongo_conn = current_app.data_mongo,
|
||||
token_key = inbound_data.tokenKey
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user