Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Fowler <[email protected]>
  • Loading branch information
AnasNaouchi and danfowler authored Jan 19, 2024
1 parent 59f4c8b commit 503d3ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/co/omise/models/Source.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public CreateRequestBuilder email(String email) {
this.email = email;
return this;
}

public CreateRequestBuilder ip(String ip) {
this.ip = ip;
return this;
Expand Down

0 comments on commit 503d3ee

Please sign in to comment.