сессия по возвратам депозитов шаг 7 возвращать пустой результат

This commit is contained in:
ialbert 2023-06-29 14:32:27 +03:00
parent d63d080023
commit afc4669cad

View file

@ -201,7 +201,7 @@ public class FormingPaymentInstructionDepositReturn implements ISessionStage {
//todo fill result
StageResult<Collection<PaymentInstruction>> stageResult = new StageResult(null, true);
stageResult.setStageResult(null);
stageResult.setStageResult(new ArrayList<>());
return stageResult;
}