Spring Boot 3.5.14 결제 서비스 최소 구현 (1/2) (BAIS-REVIEW-1783807356)
This commit is contained in:
parent
dbfbe8e7c7
commit
47fb32fc8a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
package com.klaro.bais;
|
package com.klaro.bais;
|
||||||
|
|
||||||
public class PaymentService {
|
public class PaymentService {
|
||||||
|
|
||||||
public boolean approve(long amount) {
|
public boolean approve(long amount) {
|
||||||
return amount > 0;
|
return amount > 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue