Releases: spryker-shop/checkout-page
Releases · spryker-shop/checkout-page
3.18.0
Included commits: 3.17.0...3.18.0
Improvements
- Adjusted
PaymentForm
to filter out payment methods not available for the current quote.
3.17.0
Included commits: 3.16.5...3.17.0
Improvements
- Introduced
QuoteTransfer::isOrderPlacedSuccessfully
transfer object property. - Adjusted
CheckoutController::placeOrderAction()
so thatQuoteTransfer::isOrderPlacedSuccessfully
is set if order was placed succesfully. - Adjusted
CheckoutController::summaryAction()
to checkQuoteTransfer::isOrderPlacedSuccessfully
for display the place order button.
3.16.5
Included commits: 3.16.4...3.16.5
Fixes
- Removed redundant Zed calls.
- Removed the
PaymentStep::isValidPaymentSelection()
method call as it was doing an unnecessary call to Zed to validate the selected method against the available methods which is already done by the form validation.
Deprecations:
- Deprecated the
PaymentStep::isValidPaymentSelection()
method.
3.16.4
Included commits: 3.16.3...3.16.4
Fixes
- Disabled
html5
option to prevent exception when used withformat
option.
3.16.3
Included commits: 3.16.2...3.16.3
Fixes
- Corrected validation group in
PaymentForm
on the payment step.
3.16.2
Included commits: 3.16.1...3.16.2
Fixes
- Adjusted
summary-overview
molecule in order to be compatible with Twig v3.
3.16.1
Included commits: 3.16.0...3.16.1
Fixes
- Adjusted
CheckoutController::placeOrderAction()
so it does not check iforderReference
exists inQuoteTransfer
to prevent redirect customer to success page without order placement process.
3.16.0
Included commits: 3.15.3...3.16.0
Improvements
- Replaced usage of the
Pimple
plugin withContainerInterface::getApplicationService()
. - Added public
ROUTE_NAME_*
constants in the RouteProviderPlugin.
Deprecations
\SprykerShop\Yves\CheckoutPage\CheckoutPageDependencyProvider::PLUGIN_APPLICATION
.\SprykerShop\Yves\CheckoutPage\CheckoutPageDependencyProvider::addApplication()
.\SprykerShop\Yves\CheckoutPage\Form\FormFactory::getApplication()
.\SprykerShop\Yves\CheckoutPage\Process\StepFactory::getUrlGenerator()
.\SprykerShop\Yves\CheckoutPage\Process\StepFactory::getApplication()
.- Deprecated all protected
ROUTE_*
name constants in the RouteProviderPlugin.
3.15.3
Included commits: 3.15.2...3.15.3
Improvements
- Adjusted the
summary
view so it applies thetrans
filter on thedata.transfer.payment.paymentMethod
property.
3.15.2
Included commits: 3.15.1...3.15.2
Fixes
- Refactored
ContainerInterface
array access usage toContainerInterface::set()
method usage.