-
cyattilakiss authored
* Remove PaymentInformationManagement plugins Delete GuestPaymentInformationManagement.php and PaymentInformationManagement.php Remove these from the interceptors list in di.xml * Add new API endpoint to retrieve order payment status * Only load 'return_path' config data if it's required. (#638) * Only load 'return_path' config data if it's required. It doesn't make sense to retrieve the configuration for failure on each request. It's enough to only do it on failure. * Update Controller/Process/Result.php Co-Authored-By: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Add AdyenOrderPaymentStatus class to retrieve order payment status Add getOrderPaymentStatus() to handle threeDS2 extra steps but nothing more Later this function can be used for more extensive PWA implementation * Add getOrderPaymentStatus() to consume the /payment-status API endpoint Use the new method in the placeOrder() function in the adyen-cc-method.js * Remove excess comma Co-Authored-By: Alessio Zampatti <alessio.zampatti@adyen.com> * [PW-2022] changes to get it working (#650) * Update return value to a more specific one * Remove unused variables * Improve code readability * Improve code readability * Improve code readability * Work in progress changes * removed throw exception as we are not doing anything on the front-end. Fix front-end to work with code changes as well include oneclick into the solution as this was now broken with all the changes. * remove let as this is not supported in older browsers * remove debugger statements Co-authored-by: Fabian Hurnaus <fahu@outlook.com> Co-authored-by: Rik ter Beek <rikterbeek@users.noreply.github.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> Co-authored-by: Alessio Zampatti <gigendh@gmail.com>
34cfc4a6