Skip to content

Commit

Permalink
feat: SimulatedPaymentProcessor 컴포넌트 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
seminchoi committed Aug 14, 2024
1 parent 3784d42 commit c31eae1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

import java.util.Random;

import org.springframework.stereotype.Component;

import com.thirdparty.ticketing.domain.common.ErrorCode;
import com.thirdparty.ticketing.domain.common.TicketingException;
import com.thirdparty.ticketing.domain.payment.dto.PaymentRequest;

import lombok.extern.slf4j.Slf4j;

@Component
@Slf4j
public class SimulatedPaymentProcessor implements PaymentProcessor {
@Override
Expand Down

0 comments on commit c31eae1

Please sign in to comment.