Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Replaced PaymentMethodRoute class with AbstractPaymentMethodRoute
issue: NEXT-12457
author_github: @momocode-de
---
- Changed
PaymentMethodRoute
class toAbstractPaymentMethodRoute
inShopware\Core\Checkout\Order\SalesChannel\SetPaymentOrderRoute
to ensure the extendability of thePaymentMethodRoute
components.