Skip to content

Commit

Permalink
Payment package classes were refactored a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunagatov committed Jul 23, 2023
1 parent 7b3a8b6 commit 3e13e79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.zufar.onlinestore.payment.repository;

import com.zufar.onlinestore.payment.model.Payment;
import com.zufar.onlinestore.payment.entity.Payment;
import org.springframework.data.repository.CrudRepository;

public interface PaymentRepository extends CrudRepository<Payment, Long> {
Expand Down

0 comments on commit 3e13e79

Please sign in to comment.