Skip to content

Commit

Permalink
Merge pull request #16 from omise/add-missing-charge-status
Browse files Browse the repository at this point in the history
Added expired status to charge status.
  • Loading branch information
chakrit committed Dec 15, 2017
2 parents b452180 + c175045 commit bc27ce4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/co/omise/models/ChargeStatus.java
Expand Up @@ -7,4 +7,5 @@ public enum ChargeStatus {
@JsonProperty("pending")Pending,
@JsonProperty("successful")Successful,
@JsonProperty("reversed")Reversed,
@JsonProperty("expired")Expired,
}

0 comments on commit bc27ce4

Please sign in to comment.