title | issue | author | author_email |
---|---|---|---|
Prepared payment add pre-order call |
NEXT-17164 |
Max Stegmeyer |
- Added
Shopware\Core\Checkout\Payment\PreparedPaymentService
to handle prepared payment calls from routes. - Added
Shopware\Core\Checkout\Payment\Cart\PreparedPaymentProcessor
to call prepared payment handler. - Changed
Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
to callvalidate
method of prepared payments before persisting the order. - Changed
Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute
to callcapture
method of prepared payments before persisting the order. - Added
Shopware\Core\Framework\App\Payment\Handler\AppPreparedPaymentHandler
allow prepared payments from apps. - Added
validateUrl
andcaptureUrl
to payment methods in app manifest.