Skip to content

Releases: spryker-shop/checkout-page

3.18.0

25 May 07:49
Compare
Choose a tag to compare

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

12 Apr 12:45
Compare
Choose a tag to compare

Included commits: 3.16.5...3.17.0

Improvements

  • Introduced QuoteTransfer::isOrderPlacedSuccessfully transfer object property.
  • Adjusted CheckoutController::placeOrderAction() so that QuoteTransfer::isOrderPlacedSuccessfully is set if order was placed succesfully.
  • Adjusted CheckoutController::summaryAction() to check QuoteTransfer::isOrderPlacedSuccessfully for display the place order button.

3.16.5

15 Mar 08:23
Compare
Choose a tag to compare

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

06 Oct 12:04
Compare
Choose a tag to compare

Included commits: 3.16.3...3.16.4

Fixes

  • Disabled html5 option to prevent exception when used with format option.

3.16.3

01 Oct 17:31
Compare
Choose a tag to compare

Included commits: 3.16.2...3.16.3

Fixes

  • Corrected validation group in PaymentForm on the payment step.

3.16.2

16 Sep 14:55
Compare
Choose a tag to compare

Included commits: 3.16.1...3.16.2

Fixes

  • Adjusted summary-overview molecule in order to be compatible with Twig v3.

3.16.1

18 Aug 08:56
Compare
Choose a tag to compare

Included commits: 3.16.0...3.16.1

Fixes

  • Adjusted CheckoutController::placeOrderAction() so it does not check if orderReference exists in QuoteTransfer to prevent redirect customer to success page without order placement process.

3.16.0

24 Jul 10:32
Compare
Choose a tag to compare

Included commits: 3.15.3...3.16.0

Improvements

  • Replaced usage of the Pimple plugin with ContainerInterface::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

01 Jul 15:14
Compare
Choose a tag to compare

Included commits: 3.15.2...3.15.3

Improvements

  • Adjusted the summary view so it applies the trans filter on the data.transfer.payment.paymentMethod property.

3.15.2

17 Jun 15:04
Compare
Choose a tag to compare

Included commits: 3.15.1...3.15.2

Fixes

  • Refactored ContainerInterface array access usage to ContainerInterface::set() method usage.