Commit 53e19af6 authored by Łukasz Nowak's avatar Łukasz Nowak

Store what customer will see.

parent 49129b57
...@@ -123,8 +123,10 @@ payzen_dict.update(\n ...@@ -123,8 +123,10 @@ payzen_dict.update(\n
vads_url_return=getattr(callback, \'return\').absolute_url() + \'?\' + query\n vads_url_return=getattr(callback, \'return\').absolute_url() + \'?\' + query\n
)\n )\n
system_event.confirm()\n system_event.confirm()\n
result = service.navigate(page_template=\'payzen_payment\', pay=\'Click to pay\', payzen_dict=payzen_dict)\n
system_event.newContent(title=\'Shown Page\', portal_type=\'Payzen Event Message\', text_content=result)\n
system_event.acknowledge(comment=\'Automatic acknowledge as result of correct communication\')\n system_event.acknowledge(comment=\'Automatic acknowledge as result of correct communication\')\n
return service.navigate(page_template=\'payzen_payment\', pay=\'Click to pay\', payzen_dict=payzen_dict)\n return result\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
419 420
\ 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