Skip to content

Commit

Permalink
Merge pull request #68 from xendit/feat/API-1855/add-BSS-bank-code
Browse files Browse the repository at this point in the history
Add BSS Bank Code
  • Loading branch information
kevindavee authored Sep 7, 2020
2 parents aa30ead + 7579a07 commit 8044ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xendit-java-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.xendit'
version '1.9.0'
version '1.9.1'

sourceCompatibility = 1.8

Expand Down
3 changes: 2 additions & 1 deletion xendit-java-lib/src/main/java/com/xendit/enums/BankCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ public enum BankCode {
BRI("BRI"),
BCA("BCA"),
PERMATA("PERMATA"),
SINARMAS("SINARMAS");
SINARMAS("SINARMAS"),
SAHABAT_SAMPOERNA("SAHABAT_SAMPOERNA");

private String text;

Expand Down

0 comments on commit 8044ce9

Please sign in to comment.