Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Jan 21, 2025
1 parent 8740f35 commit 40c3152
Show file tree
Hide file tree
Showing 2 changed files with 2,190 additions and 2,289 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,8 @@ public int getFinalPriceCts() {
public String getPaidAmount() {
return reservation.getPaidAmount();
}

public String getCurrencyCode() {
return reservation.getCurrencyCode();
}
}
Loading

0 comments on commit 40c3152

Please sign in to comment.