BAIS payments 멀티모듈 최소 구현 (BAIS-CTX-1783821073)
This commit is contained in:
parent
89781626fd
commit
04a830ed22
1 changed files with 10 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.klaro.bais.payments;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
public class PaymentReferenceService {
|
||||
|
||||
public String normalize(String input) {
|
||||
return StringUtils.trimToEmpty(input);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue