Uses of Class
org.bookstore.payment.exception.PaymentFailedException
Packages that use PaymentFailedException
-
Uses of PaymentFailedException in org.bookstore.order.service
Methods in org.bookstore.order.service that throw PaymentFailedExceptionModifier and TypeMethodDescriptionOrderService.placeOrder(long customerId, List<OrderItem> items) Places an order with the bookstore. -
Uses of PaymentFailedException in org.bookstore.payment.service
Methods in org.bookstore.payment.service that throw PaymentFailedExceptionModifier and TypeMethodDescriptionPaymentService.makePayment(Customer customer, BigDecimal amount) Makes a credit card payment for a book order.