Adyen / adyen-magento2-express-checkout

Adyen Magento 2 Express Checkout Module
MIT License
8 stars 2 forks source link

[ECP-9082] Implement Checkout API's /paypal/updateOrder endpoint #86

Closed raoulritter closed 2 months ago

raoulritter commented 3 months ago

Summary

This PR implements a new endpoint to the module to initiate Adyen Checkout API's /paypal/updateOrder endpoint. This endpoint is being used to update the order information on PayPal side and api returns new paymentData which can be used on the frontend later.

Endpoint for guest shoppers

/V1/adyen/express/paypal-update-order/guest

Required parameters:

Endpoint for logged-in shoppers

/V1/adyen/express/paypal-update-order/mine

Required parameters:

Tested scenarios

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud