Skip to content

Commit

Permalink
Add installment citi to source type (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratchagarn authored Oct 30, 2020
1 parent f65fb82 commit e5777c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/co/omise/models/SourceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public enum SourceType {
InstallmentKtc,
@JsonProperty("installment_scb")
InstallmentScb,
@JsonProperty("installment_citi")
InstallmentCiti,
@JsonProperty("internet_banking_bay")
InternetBankingBay,
@JsonProperty("internet_banking_bbl")
Expand Down

0 comments on commit e5777c8

Please sign in to comment.