Merge pull request #10 from rbkmoney/fx/exclude-options

Exclude entryStateModel options from toString
This commit is contained in:
a.romanov 2019-10-22 11:50:17 +03:00 committed by GitHub
commit 4fed8de2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rbkmoney</groupId>
<artifactId>adapter-bank-spring-boot-starter</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<packaging>jar</packaging>
<properties>

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;