Commit 280d1221 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup 7a65e8d1

Merde...pushing too fast.
parent 7a65e8d1
......@@ -924,10 +924,10 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
def stepPayRegistrationPayment(self, sequence, **kw):
"""
"""
payment.setStartDate(DateTime())
payment = self.portal.portal_catalog.getResultValue(
portal_type="Payment Transaction",
simulation_state="planned")
payment.setStartDate(DateTime())
payment.confirm()
payment.start()
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