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