mirror of
https://github.com/valitydev/adapter-bank-spring-boot-starter.git
synced 2024-11-06 01:05:20 +00:00
Merge pull request #10 from rbkmoney/fx/exclude-options
Exclude entryStateModel options from toString
This commit is contained in:
commit
4fed8de2c6
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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