Commit 7a65e8d1 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow code change.

Dates on payments are not set by builder, so while playing in test set it.
parent a7b6a2e3
...@@ -924,6 +924,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin): ...@@ -924,6 +924,7 @@ class TestVifibSlapWebServiceMixin(testVifibMixin):
def stepPayRegistrationPayment(self, sequence, **kw): def stepPayRegistrationPayment(self, sequence, **kw):
""" """
""" """
payment.setStartDate(DateTime())
payment = self.portal.portal_catalog.getResultValue( payment = self.portal.portal_catalog.getResultValue(
portal_type="Payment Transaction", portal_type="Payment Transaction",
simulation_state="planned") simulation_state="planned")
......
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