3.3.0
spryker-release-bot
released this
22 Oct 10:09
·
31 commits
to master
since this release
Included commits: 3.2.0...3.3.0
Improvements
- Introduced
ComputopFacade::savePayPalExpressInitResponse()
to persistComputopPayPalExpressInitResponse
to database. - Introduced
ComputopFacade::savePayPalExpressCompleteResponse()
to persistComputopApiPayPalExpressCompleteResponse
to database and change purchase items' OMS status. - Introduced
ComputopClient::savePayPalExpressInitResponse()
. - Introduced
ComputopClient::savePayPalExpressCompleteResponse()
. - Introduced
DefaultShippingMethodPlugin
to performQuoteTransfer
expansion with default shipping method. - Introduced
ComputopPayPalExpressPayment
transfer object to hold PayPal Express payment information. - Introduced
ComputopPayPalExpressInitResponse
transfer object to hold PayPal Express payment init response information. - Introduced
Payment.computopPayPalExpress
transfer property. - Introduced
Order.computopPayPalExpress
transfer property. - Introduced
Quote.defaultShipmentSelected
transfer property. - Introduced
ComputopPayPalExpressPrepareHandler
to prepare order data forPayPal Express Checkout
button. - Introduced
ComputopPayPalExpressInitHandler
to fillQuoteTransfer
with all necessary data for successful order placement flow. - Introduced
ComputopPayPalExpressCompleteHandler
to performComputopApiClient::sendPayPalExpressCompleteRequest()
and saveComputopPayPalExpressInitResponse
andComputopApiPayPalExpressCompleteResponse
to database. - Introduced
paypal-buttons
molecule to renderpaypal
buttons. - Added
ComputopApiClientInterface
to dependencies.