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