Skip to content

Commit

Permalink
Changes generated by 1327fe5f2e6ef39c25be517d04383814a48ed194
Browse files Browse the repository at this point in the history
  • Loading branch information
gocardless-robot committed May 30, 2024
1 parent 30aa6ce commit dee0ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/gocardless/services/LogoService.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public LogoCreateForCreditorRequest withLinks(Links links) {
}

/**
* ID of the creditor the payer theme belongs to
* ID of the creditor the logo belongs to
*/
public LogoCreateForCreditorRequest withLinksCreditor(String creditor) {
if (links == null) {
Expand Down Expand Up @@ -95,7 +95,7 @@ public static class Links {
private String creditor;

/**
* ID of the creditor the payer theme belongs to
* ID of the creditor the logo belongs to
*/
public Links withCreditor(String creditor) {
this.creditor = creditor;
Expand Down

0 comments on commit dee0ea2

Please sign in to comment.