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

Payment will be started.

parent 0cb3e7f0
...@@ -105,7 +105,7 @@ class TestVifibPayZen(TestVifibSlapWebServiceMixin): ...@@ -105,7 +105,7 @@ class TestVifibPayZen(TestVifibSlapWebServiceMixin):
try: try:
self.changeSkin('Hosting') self.changeSkin('Hosting')
sequence['payment'] = self.portal.portal_catalog.getResultValue( sequence['payment'] = self.portal.portal_catalog.getResultValue(
portal_type="Payment Transaction", simulation_state="confirmed") portal_type="Payment Transaction", simulation_state="started")
sequence['payment_page'] = sequence['payment'].__of__( sequence['payment_page'] = sequence['payment'].__of__(
self.portal.web_site_module.hosting self.portal.web_site_module.hosting
).AccountingTransaction_startPayment() ).AccountingTransaction_startPayment()
......
454 455
\ 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