mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
fix: Incorrect translation syntax
This commit is contained in:
@@ -64,7 +64,7 @@ def check_mandate(data, reference_doctype, reference_docname):
|
||||
|
||||
try:
|
||||
redirect_flow = client.redirect_flows.create(params={
|
||||
"description": _("Pay {0} {1}".format(data['amount'], data['currency'])),
|
||||
"description": _("Pay {0} {1}").format(data['amount'], data['currency']),
|
||||
"session_token": frappe.session.user,
|
||||
"success_redirect_url": success_url,
|
||||
"prefilled_customer": prefilled_customer
|
||||
|
||||
Reference in New Issue
Block a user