Skip to content

Commit e3ad8ef

Browse files
committed
fix UnrecognizedPropertyException for loan/repay/transfer endpoints
1 parent 60eebc2 commit e3ad8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/binance/api/client/domain/account/MarginTransaction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* MarginTransaction information.
99
*/
10-
@JsonIgnoreProperties
10+
@JsonIgnoreProperties(ignoreUnknown = true)
1111
public class MarginTransaction {
1212

1313
private String tranId;

0 commit comments

Comments
 (0)