Releases: spryker/checkout-rest-api-extension
Releases · spryker/checkout-rest-api-extension
Release list
1.5.0
Included commits: 1.4.0...1.5.0
Improvements
- Introduced
ReadCheckoutDataValidatorPluginInterfaceto allow validatingCheckoutDataTransfer's. - Introduced
CheckoutRequestValidatorPluginInterfaceto allow validatingRestCheckoutRequestAttributesTransfer's. - Introduced
CheckoutDataExpanderPluginInterfaceto be used to expand theRestCheckoutDataTransferwith additional data.
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Introduced
CheckoutRequestExpanderPluginInterfaceto enable adding information to the checkout Zed request.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced
CheckoutDataResponseMapperPluginInterfaceused to mapRestCheckoutDataResponseTransfertoRestCheckoutDataResponseAttributesTransfer. - Introduced
RestCheckoutDataResponseAttributestransfer. - Introduced
RestCheckoutDatatransfer.
1.2.0
Included commits: 1.1.0...1.2.0
Improvements
- Introduced
CheckoutDataValidatorPluginInterfaceto validate checkout data.
1.1.0
Included commits: 1.0.0...1.1.0
Improvements
- Introduced
CheckoutResponseMapperPluginInterfaceplugin.
1.0.0
Included commits: https://github.com/spryker/checkout-rest-api-extension/tree/1.0.0
Initial Release
- Introduced
QuoteMapperPluginInterfaceused by CheckoutRestApi to map rest request data to Quote. - Introduced
CheckoutRequestAttributesValidatorPluginInterfaceused by CheckoutRestApi to validate checkout request attributes.