etreschenkov 2023-07-09 14:55:44 +03:00
parent 7522a8f899
commit d805a1d462

View file

@ -127,7 +127,7 @@ public class PaymentInstructionBuilder {
} }
} }
paymentInstruction.setPaymentPurpose("'Расчеты клиринговой сессии"); // paymentInstruction.setPaymentPurpose("Расчеты клиринговой сессии");
paymentInstruction.setCreditLeg_direction(InOutDirection.out.getKey()); paymentInstruction.setCreditLeg_direction(InOutDirection.out.getKey());
paymentInstruction.setDebitLeg_direction(InOutDirection.in.getKey()); paymentInstruction.setDebitLeg_direction(InOutDirection.in.getKey());
paymentInstruction.setTransactionStatus("STLD"); paymentInstruction.setTransactionStatus("STLD");