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

Update each status in activity.

Thanks to this error in one transaction will not stop other one.
parent 557b7258
......@@ -60,7 +60,7 @@ for payment_transaction in portal.portal_catalog(\n
):\n
# do not trust catalog\n
if payment_transaction.getSimulationState() == \'confirmed\':\n
payment_transaction.PaymentTransaction_updateStatus()\n
payment_transaction.activate().PaymentTransaction_updateStatus()\n
</string> </value>
</item>
<item>
......
39
\ No newline at end of file
40
\ 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