Skip to content

Commit 8a5b6e0

Browse files
committed
Update Invoice.java
1 parent d7ec387 commit 8a5b6e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model/Invoice.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import controller.BitPayException;
99

10+
@JsonIgnoreProperties(ignoreUnknown=true)
1011
public class Invoice {
1112

1213
public static final String STATUS_NEW = "new";

0 commit comments

Comments
 (0)