Commit 11af179f authored by Romain Courteaud's avatar Romain Courteaud

Request manual payment to users.

parent c4458717
......@@ -411,7 +411,7 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin):
causality_list = payment.getCausalityValueList()
self.assertSameSet([invoice], causality_list)
self.assertEqual('auto_planned', payment.getSimulationState())
self.assertEqual('started', payment.getSimulationState())
self.assertEqual('draft', payment.getCausalityState())
self.assertEqual(-1 * payment.PaymentTransaction_getTotalPayablePrice(),
......@@ -665,6 +665,10 @@ class TestSlapOSDefaultScenario(TestSlapOSSecurityMixin):
self.stepCallSlaposTriggerPaymentTransactionOrderBuilderAlarm()
self.tic()
# start the payzen payment
self.stepCallSlaposPayzenUpdateConfirmedPaymentAlarm()
self.tic()
# stabilise the payment deliveries and expand them
self.stepCallSlaposManageBuildingCalculatingDeliveryAlarm()
self.tic()
......
126
\ No newline at end of file
127
\ 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