Skip to content

Commit

Permalink
Merge pull request #97 from fourix4/dev
Browse files Browse the repository at this point in the history
paymentService 수정
  • Loading branch information
llynn97 authored Jul 23, 2024
2 parents 7a06d6c + 141d555 commit 133088f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;


@Service
@RequiredArgsConstructor
Expand All @@ -41,8 +40,6 @@ public class PaymentService {
private final PaymentRepository paymentRepository;
private final BookingService bookingService;
private final BookedRoomInfoRepository bookedRoomInfoRepository;
private final ScheduledExecutorService scheduler;

private final QuartzSchedulerService quartzSchedulerService;

@Transactional
Expand Down

0 comments on commit 133088f

Please sign in to comment.