Commit 4055ccdc authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup paying the payment.

Even if payments are generated in confirmed state, they are moved to started
state by alarms.

Test shall be fixed if this condition is not met.
parent 746c3ed7
......@@ -935,8 +935,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
"""
payment = self.portal.portal_catalog.getResultValue(
portal_type="Payment Transaction",
simulation_state="confirmed")
payment.start()
simulation_state="started")
payment.stop()
########################################
......
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