Commit adf877b3 authored by Romain Courteaud's avatar Romain Courteaud

Typo

parent a237dd24
......@@ -54,7 +54,7 @@
from ZTUtils import make_query\n
portal = context.getPortalObject()\n
\n
transaction_date, transaction_id = payment.PaymentTransaction_getPayzenId()\n
transaction_date, transaction_id = context.PaymentTransaction_getPayzenId()\n
if transaction_id is not None:\n
message = context.Base_translateString("Payment already registered.")\n
return context.getWebSiteValue().Base_redirect(keep_items={\'portal_status_message\': message})\n
......
18
\ No newline at end of file
19
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment