We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ec387 commit 8a5b6e0Copy full SHA for 8a5b6e0
src/model/Invoice.java
@@ -7,6 +7,7 @@
7
8
import controller.BitPayException;
9
10
+@JsonIgnoreProperties(ignoreUnknown=true)
11
public class Invoice {
12
13
public static final String STATUS_NEW = "new";
0 commit comments