We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2daec commit 4a32e06Copy full SHA for 4a32e06
1 file changed
backend/src/main/java/com/back/api/payment/payment/client/PaymentClient.java
@@ -1,8 +1,11 @@
1
package com.back.api.payment.payment.client;
2
3
+import org.springframework.stereotype.Component;
4
+
5
import com.back.api.payment.payment.dto.request.PaymentConfirmCommand;
6
import com.back.api.payment.payment.dto.response.PaymentConfirmResult;
7
8
+@Component
9
public interface PaymentClient {
10
PaymentConfirmResult confirm(PaymentConfirmCommand command);
11
}
0 commit comments