mirror of
https://github.com/valitydev/adapter-bank-spring-boot-starter.git
synced 2024-11-06 01:05:20 +00:00
Exclude entryStateModel options from toString
This commit is contained in:
parent
35726b7bc7
commit
722cbe08be
@ -38,6 +38,7 @@ public class GeneralEntryStateModel {
|
||||
private String invoiceDetails;
|
||||
private String callbackUrl;
|
||||
|
||||
@ToString.Exclude
|
||||
private Map<String, String> options;
|
||||
|
||||
private AdapterContext adapterContext;
|
||||
|
Loading…
Reference in New Issue
Block a user