This commit is contained in:
ialbert 2024-08-14 16:01:57 +03:00
parent 98bb9a26c8
commit 8ead0d74b5

View file

@ -203,7 +203,7 @@ public class PaymentInstructionOutboundService {
pmt.setTransactionStatus(TransactionStatus.fail.getKey());
pmt.setUpdated(now);
pmtImdg.update(pmt);
return error(req.getId(), ClearingError.GeneralError);
return error(req.getId(), ClearingError.GatewayNotApproved);
}
}
sdf54Imdg.insert(sDf54);