Skip to content

Commit

Permalink
Merge pull request #123 from xtianatilano/chore/add-ro-ussc-channel
Browse files Browse the repository at this point in the history
chore: add regional RO channel code DP_USSC
  • Loading branch information
xen-HendryZheng authored Sep 14, 2022
2 parents 6d01d3f + f2ccb83 commit d4a17c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions xendit-java-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.xendit'
version '1.20.4'
version '1.20.5'

sourceCompatibility = 1.8

Expand All @@ -23,7 +23,7 @@ dependencies {
implementation 'org.apache.httpcomponents:httpcore:4.4.11'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'


annotationProcessor 'org.projectlombok:lombok:1.18.8'

compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion xendit-java-lib/src/main/java/com/xendit/Xendit.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public String getXenditURL() {
}

public String getVersion() {
return "1.20.4";
return "1.20.5";
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ public enum ChannelCode {
DPECPAYLOAN("DP_ECPAY_LOAN"),
DPECPAYSCHOOL("DP_ECPAY_SCHOOL"),
DPCVM("DP_CVM"),
DPRDPAWNSHOP("DP_RD_PAWNSHOP");
DPRDPAWNSHOP("DP_RD_PAWNSHOP"),
DPUSSC("DP_USSC");

private String code;

Expand Down

0 comments on commit d4a17c6

Please sign in to comment.