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 32d6f53 commit 7b3a8b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.stripe.model.PaymentMethod;
import com.stripe.param.PaymentIntentCreateParams;
import com.zufar.onlinestore.payment.config.StripeConfiguration;
import com.zufar.onlinestore.payment.model.Payment;
import com.zufar.onlinestore.payment.entity.Payment;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.tuple.Pair;
Expand Down

0 comments on commit 7b3a8b6

Please sign in to comment.