We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

An error occurred fetching the project authors.
  1. 24 Jun, 2020 1 commit
    • Attila Kiss's avatar
      [PW-2499] Fix codesniffer warnings and errors and prepare Release 6.1.2 (#737) · 5dfbe4d2
      Attila Kiss authored
      * Update phpcs to validate PSR2 rules
      
      * Fix PSR2 phpcs errors with phpcbf
      
      * Fix phpcs errors with phpcbf
      
      * Fix PSR2 phpcs errors
      
      * Reapply fix for boleto lastname key
      
      * Fix Api folder
      
      * Fix phpcs warning
      
      * Fix phpcs warning
      
      * Remove unused var
      
      * Version bump 6.1.2
      
      * Fix MagentoStandard phpcs warnings
      
      * Part of fixing the code sniffer errors
      
      * Part of fixing the code sniffer errors
      
      * Fix Magento Marketplace codesniffing warnings
      
      * Fix some code sniffer errors with phpcbf
      
      * Autoformat PSR12
      
      * Fix the path string with ::class
      
      * Fix empty spaces warnings
      
      * Fix Magento marketplace codesniffing warnings
      
      * Fix Magento marketplace codesniffing warnings
      
      * Set arguments defaults values at the end of the argument list
      
      * Code sniffer fixes
      
      * Fix Magento marketplace codesniffing warnings
      
      * remove empty return statement
      
      * Fix Static method cannot be intercepted error
      
      * Fix eror: Possible useless method overriding detected
      
      * Remove private const since it is only supported since php 7.1
      
      * Fix wrong class paths
      
      * Fix sonarcloud bugs
      
      table th element should have scope attribute when possible
      
      * Fix codesmells
      
      * Fix unit test
      
      * Remove ISSUE_TEMPLATE.md
      
      * fix wrong function call for formatStreet()
      
      * Add removed _prepareLayout() function back
      
      * Update Model/Cron.php
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Update Model/Cron.php
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Fix request's paymentMethod field
      Co-authored-by: default avataralexandros <alexandros.moraitis@adyen.com>
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      5dfbe4d2
  2. 15 May, 2020 1 commit
    • attilak's avatar
      Remove breaking change for PWA · 540ffa7f
      attilak authored
      Some PWA integrations can still use the session to retrieve the order
      but in the next major release only the orderId request parameter can be
      used to retrieve the order object
      540ffa7f
  3. 10 Apr, 2020 1 commit
  4. 30 Oct, 2019 1 commit
  5. 29 Oct, 2019 1 commit
    • Rik ter Beek's avatar
      PW-1800 first place order before doing authentication, remove payment… (#559) · 01997eee
      Rik ter Beek authored
      * PW-1800 first place order before doing authentication, remove payment endpoint, add plugin to add 3DS data back to the front-end.
      
      * PW-1800 add missing file for building 3DS2data
      
      * PW-1800 fix 3DS 1.0 payments and add validation to last payment call. If not authorised provide error message back to the front-end
      
      * PW-1800 add error messages for oneclick payments on failed payments
      
      * Update Helper/Requests.php
      Co-Authored-By: default avatarcyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
      
      * remove unused constructor, make input paramaters private
      
      *  - cancel order if payment is refused
       - remove store_cc = true from onclick frontend js
      01997eee
  6. 28 Oct, 2019 1 commit
  7. 09 Oct, 2019 1 commit
  8. 02 Oct, 2019 1 commit
  9. 14 May, 2019 5 commits
    • attilak's avatar
      [WIP] · d95d6a2c
      attilak authored
      Add json response builder processing 3DS2
      Don't send the card details 2 times from the frontend
      Show popup only for challenge shopper and not for identify shopper
      d95d6a2c
    • attilak's avatar
      [WIP] · 245987bd
      attilak authored
      resolve code review comments
      use adyen-3ds2-js-utils helper function
      component js updated to v2.2.1
      245987bd
    • attilak's avatar
      [WIP] · d6e0c615
      attilak authored
      fix bug placing the order after a refused one won't go through the
      3ds2.0 flow
      remove store card details from magento and use the component rendered
      one
      d6e0c615
    • attilak's avatar
      [WIP] · 6ed050b3
      attilak authored
      works with challenge shopper
      6ed050b3
    • attilak's avatar
      [WIP] · 6694b94f
      attilak authored
      PW-1103 new controller implemented, new di logic also.
      Oneclick payments are not working - a new builder needs to be created
      for that separately
      PW-1104 components are rendered, challengeShopper was not tested
      PW-1105 separate controller to handle the 3DS2.0 process created
      PW-1106 feature toggle implemented
      
      TODO:
      challengeShopper flow test and fix
      Oneclick fix
      checkout component 2.0 was updated therefore needs to be tested
      e.g. "save card data" checkout is rendered by the component now
      data builders need to use the Requests helper functions or should be
      deleted if never used
      Code review and refactor where needed
      6694b94f