Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Feb 28, 2024
1 parent 20a3e40 commit 6de4e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/co/omise/models/Charge.java
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ public void setWebhookEndpoints(List<String> webhookEndpoints) {
public String getMerchantAdvice() {
return merchantAdvice;
}

public void setMerchantAdvice(String merchantAdvice) {
this.merchantAdvice = merchantAdvice;
}
Expand Down

0 comments on commit 6de4e3f

Please sign in to comment.