Commit 17306650 authored by Łukasz Nowak's avatar Łukasz Nowak

Just inform administrators.

parent 26d15e9e
...@@ -135,9 +135,8 @@ elif state == \'started\':\n ...@@ -135,9 +135,8 @@ elif state == \'started\':\n
transaction_id = None\n transaction_id = None\n
\n \n
if transaction_id is None:\n if transaction_id is None:\n
# manual payment shall be done\n # inform administrators\n
# check if there is open ticket if not open it\n addTicket(context)\n
createRequestManualPaymentTicket(context)\n
else:\n else:\n
# so the payment is registered in payzen\n # so the payment is registered in payzen\n
portal.system_event_module.newContent(\n portal.system_event_module.newContent(\n
......
75 76
\ No newline at end of file \ 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