oleksii-novikov-onix commented on code in PR #5858:
URL: https://github.com/apache/fineract/pull/5858#discussion_r3272312279
##########
fineract-cob/src/main/java/org/apache/fineract/cob/api/LockRequest.java:
##########
@@ -18,10 +18,13 @@
*/
package org.apache.fineract.cob.api;
+import java.time.LocalDate;
import lombok.Data;
@Data
public class LockRequest {
private String error;
+ private LocalDate cobBusinessDate;
+ private Boolean nullCobBusinessDate;
Review Comment:
LockRequest was added only for the internal API, specifically for testing
locks. I decided to extend it to also simulate "stale" lock records.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]