We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

  • cyattilakiss's avatar
    [PW 2022] Fix payment-information interceptor to work with other plugins (#643) · 34cfc4a6
    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: default avatarcyattilakiss <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: default avatarAlessio 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: default avatarFabian Hurnaus <fahu@outlook.com>
    Co-authored-by: default avatarRik ter Beek <rikterbeek@users.noreply.github.com>
    Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
    Co-authored-by: default avatarAlessio Zampatti <gigendh@gmail.com>
    34cfc4a6
adyen-payment-service.js 2.51 KB