Skip to content

Commit

Permalink
Add installment scb (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lina authored Oct 8, 2020
1 parent 5312389 commit f65fb82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/co/omise/models/SourceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public enum SourceType {
InstallmentKbank,
@JsonProperty("installment_ktc")
InstallmentKtc,
@JsonProperty("installment_scb")
InstallmentScb,
@JsonProperty("internet_banking_bay")
InternetBankingBay,
@JsonProperty("internet_banking_bbl")
Expand Down Expand Up @@ -57,4 +59,4 @@ public String toString() {
}
return name;
}
}
}

0 comments on commit f65fb82

Please sign in to comment.