Skip to content

Releases: spryker/checkout-rest-api-extension

1.5.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 30 Nov 08:34

Included commits: 1.4.0...1.5.0

Improvements

  • Introduced ReadCheckoutDataValidatorPluginInterface to allow validating CheckoutDataTransfer's.
  • Introduced CheckoutRequestValidatorPluginInterface to allow validating RestCheckoutRequestAttributesTransfer's.
  • Introduced CheckoutDataExpanderPluginInterface to be used to expand the RestCheckoutDataTransfer with additional data.

1.4.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 24 Sep 13:02

Included commits: 1.3.0...1.4.0

Improvements

  • Introduced CheckoutRequestExpanderPluginInterface to enable adding information to the checkout Zed request.

1.3.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 26 Mar 14:24

Included commits: 1.2.0...1.3.0

Improvements

  • Introduced CheckoutDataResponseMapperPluginInterface used to map RestCheckoutDataResponseTransfer to RestCheckoutDataResponseAttributesTransfer.
  • Introduced RestCheckoutDataResponseAttributes transfer.
  • Introduced RestCheckoutData transfer.

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Jul 09:32

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced CheckoutDataValidatorPluginInterface to validate checkout data.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 25 Apr 12:49

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced CheckoutResponseMapperPluginInterface plugin.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 05 Dec 16:46

Included commits: https://github.com/spryker/checkout-rest-api-extension/tree/1.0.0

Initial Release

  • Introduced QuoteMapperPluginInterface used by CheckoutRestApi to map rest request data to Quote.
  • Introduced CheckoutRequestAttributesValidatorPluginInterface used by CheckoutRestApi to validate checkout request attributes.