Exclude entryStateModel options from toString

This commit is contained in:
a.romanov 2019-10-22 11:17:49 +03:00 committed by GitHub
parent 35726b7bc7
commit 722cbe08be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ public class GeneralEntryStateModel {
private String invoiceDetails;
private String callbackUrl;
@ToString.Exclude
private Map<String, String> options;
private AdapterContext adapterContext;