BAIS payments 멀티모듈 최소 구현 (1/2) (BAIS-MULTI-1783812074)
Some checks failed
ci / test (pull_request) Failing after 1m11s

This commit is contained in:
forge-bot 2026-07-11 23:24:43 +00:00
parent df461d2f6c
commit cf485f5b9f

View file

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