Update Invoice.java
This commit is contained in:
parent
d7ec387077
commit
8a5b6e030f
@ -7,6 +7,7 @@ import com.fasterxml.jackson.annotation.*;
|
||||
|
||||
import controller.BitPayException;
|
||||
|
||||
@JsonIgnoreProperties(ignoreUnknown=true)
|
||||
public class Invoice {
|
||||
|
||||
public static final String STATUS_NEW = "new";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user