BAIS payments 멀티모듈 최소 구현 #1

Open
forge-bot wants to merge 9 commits from forge/BAIS-MULTI-1783812074-attempt-1 into main
Showing only changes of commit cf485f5b9f - Show all commits

View file

@ -6,4 +6,4 @@ public class PaymentReferenceService {
public String normalize(String input) {
return StringUtils.trimToEmpty(input);
}
}
}