Skip to content

Commit

Permalink
Merge pull request #125 from xendit/fix/disbrusementPHPChangeToBigDec…
Browse files Browse the repository at this point in the history
…imal

fix/disbrusementPHPChangeToBigDecimal
  • Loading branch information
xen-HendryZheng authored Oct 4, 2022
2 parents d4a17c6 + eeff9e1 commit 8ad1d1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.5'
version '1.20.6'

sourceCompatibility = 1.8

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.5";
return "1.20.6";
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DisbursementPHP {
private String currency;

@SerializedName("amount")
private Integer amount;
private double amount;

@SerializedName("channel_code")
private String channelCode;
Expand Down

0 comments on commit 8ad1d1e

Please sign in to comment.