Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 384 Bytes

2023-06-13-catch-payment-method-exceptions-on-finish.md

File metadata and controls

7 lines (7 loc) · 384 Bytes
title issue
Catch payment method exceptions on order finish
NEXT-27403

Storefront

  • Added invalidPaymentButOrderStored method to Shopware\Core\Checkout\Cart\CartException.
  • Changed order method in Shopware\Storefront\Controller\CheckoutController to catch additional InvalidOrderException and CartException::CART_PAYMENT_INVALID_ORDER_STORED_CODE exceptions.