Skip to content

Commit 4a32e06

Browse files
committed
feat: paymentClient 임시 @component 처리
1 parent 9d2daec commit 4a32e06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
package com.back.api.payment.payment.client;
22

3+
import org.springframework.stereotype.Component;
4+
35
import com.back.api.payment.payment.dto.request.PaymentConfirmCommand;
46
import com.back.api.payment.payment.dto.response.PaymentConfirmResult;
57

8+
@Component
69
public interface PaymentClient {
710
PaymentConfirmResult confirm(PaymentConfirmCommand command);
811
}

0 commit comments

Comments
 (0)