An error occurred fetching the project authors.
  1. 28 Feb, 2020 1 commit
    • 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>
      Unverified
      34cfc4a6
  2. 27 Feb, 2020 1 commit
  3. 21 Feb, 2020 1 commit
  4. 18 Feb, 2020 1 commit
  5. 14 Feb, 2020 1 commit
  6. 12 Feb, 2020 2 commits
    • Ángel Campos's avatar
      [PW-1942] Notifications Overview (#639) · 04e48bfb
      Ángel Campos authored
      * [PW-1942]: Admin notifications overview for adyen_notification table
      
      * [PW-1942]: Added notifications overview link to cron information message
      
      * [PW-1942]: Added notifications overview link to cron information message
      
      * [PW-1942]: Adjusted columns, filters and formatting on notifications overview
      Moved PSP search URL function to helper since it is now being used in multiple places
      
      * [PW-1942]: Changed virtualType classname to avoid conflicts with Notifications Collection
      
      * [PW-1942]: Implemented getPspReferenceSearchUrl() from library
      
      * [PW-1942]: Unit testing
      
      * [PW-1942]: Applying recommended changes:
      * Renamed XML files to adyen_notifications_overview
      * Applied PSR2 code styling to CronMessage.php
      * Updated Copyright year
      * Early return and replaced switch with if and default value in NotificationColumn.php. Also, docs state that success can only be true/false so got rid of third CSS class
      * Moved getPspReferenceSearchUrl() method from PHP Lib to Data helper, and added if/else to receive liveEnvironment from notification record instead of receiving test/live string
      
      * [PW-1942]: Code styling
      
      * [PW-1942]: Applying recommended changes:
      * Inverted live/test if check
      * Removed unnecessary constructor
      Co-authored-by: default avatarcyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
      Unverified
      04e48bfb
    • Alessio Zampatti's avatar
  7. 11 Feb, 2020 2 commits
  8. 30 Jan, 2020 1 commit
  9. 28 Jan, 2020 1 commit
  10. 27 Jan, 2020 4 commits
  11. 21 Jan, 2020 1 commit
  12. 17 Jan, 2020 1 commit
    • Ángel Campos's avatar
      [PW-2015]: Fix orders not being created but card getting charged when... · 9249bb27
      Ángel Campos authored
      [PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled (#630)
      
      * [PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled
      
      * [PW-2015]: Removing \Magento\Checkout\Model\Session DI not being used anymore
      
      * Skipping payment validation if no quoteId is present
      
      * Replacing ternary check with if/else for readability
      Unverified
      9249bb27
  13. 16 Jan, 2020 1 commit
  14. 15 Jan, 2020 2 commits
  15. 14 Jan, 2020 2 commits
  16. 13 Jan, 2020 1 commit
  17. 10 Jan, 2020 4 commits
  18. 08 Jan, 2020 1 commit
  19. 07 Jan, 2020 1 commit
  20. 06 Jan, 2020 1 commit
  21. 03 Jan, 2020 1 commit
  22. 30 Dec, 2019 1 commit
    • Rik ter Beek's avatar
      PW-1190 add magento info into request (#605) · 0efb78c7
      Rik ter Beek authored
      * PW-1190 add magento info into request
      
      * PW-1190 add unit tests and fix current ones. Add codesniffer and magento/magento-coding-standard to easy validate code within the repo. Add paypal reference as we have a depencency to paypal module as we need it for billing agreements.
      
      * [WIP] Feature/pw 1190 travis (#606)
      
      * add travis file
      
      * add credentials encrypted will only work for local branches
      
      * fix commands
      
      * add ruleset
      
      * update travis to execute all plugin code
      
      * remove params as it is declared into the ruleset. and update version codesniffer
      
      * only fail and show errors not warnings
      
      * added arguments p and n for better visibility and ignoring warning in ruleset xml
      
      * use relative path to fix local check
      Unverified
      0efb78c7
  23. 16 Dec, 2019 2 commits
  24. 10 Dec, 2019 1 commit
  25. 06 Dec, 2019 1 commit
  26. 03 Dec, 2019 1 commit
  27. 22 Nov, 2019 3 commits