mirror of
https://github.com/valitydev/adapter-bank-payout-spring-boot-starter.git
synced 2024-11-06 00:45:21 +00:00
Fixed names of properties
This commit is contained in:
parent
a162517c53
commit
8d1b8f5a27
@ -4,8 +4,8 @@ import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ExitStateModel {
|
||||
private String errCode;
|
||||
private String errMessage;
|
||||
private String errorCode;
|
||||
private String errorMessage;
|
||||
private AdapterState nextState;
|
||||
|
||||
private EntryStateModel entryStateModel;
|
||||
|
Loading…
Reference in New Issue
Block a user