Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 829 Bytes

2021-02-01-prepared-payment-calls.md

File metadata and controls

13 lines (13 loc) · 829 Bytes
title issue author author_email
Prepared payment add pre-order call
NEXT-17164
Max Stegmeyer

Core

  • 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 call validate method of prepared payments before persisting the order.
  • Changed Shopware\Core\Checkout\Cart\SalesChannel\CartOrderRoute to call capture method of prepared payments before persisting the order.
  • Added Shopware\Core\Framework\App\Payment\Handler\AppPreparedPaymentHandler allow prepared payments from apps.
  • Added validateUrl and captureUrl to payment methods in app manifest.