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 Sep, 2020 1 commit
  2. 21 Sep, 2020 1 commit
  3. 17 Sep, 2020 1 commit
    • Alexandros Moraitis's avatar
      [PW-2858] SEPA tokenization for recurring payments (#795) · 2bbf8fd0
      Alexandros Moraitis authored
      * First commit
      
      * remove the storepayment methods from front end
      
      * move the config to store payment methods
      
      * request is complete
      
      * Add the save token logic for alternative paymentmethods to Cron class
      
      * Remove unused logger from Checkout builder class
      
      * Remove rest od the logger
      
      * remove more unused code
      
      * remove commas
      
      * remove space
      
      * Working on adding the public_hash
      
      * Alternative payment method is displayed in Stored Payment Methods page
      
      * add adyen_hpp for alternative payment methods
      
      * add the TokenHppUiProvider class
      
      * [PW-2858] Moving HPP vault config to default Magento PM location
      
      * [PW-2858] HPP vault virtual types
      
      * [PW-2858] Extra configs and account constant usage
      
      * Fix code smell 2/5
      
      * fix suggestions
      
      * Replace date time format
      
      * [PW-2858] Missing virtualtypes
      
      * [PW-2858] Extra virtualtypes and configs
      
      * [PW-2858] Token formatter for HPP
      
      * [PW-2858] Check if PM is adyen_hpp before saving recurring token
      
      * [PW-2858] Using Vault helper for the expDate
      
      * Restoring config label
      
      * [PW-2858] Adjusting VaultDetailsHandler.php to use vault helper
      
      * [PW-2858] Fix code smells
      
      * Update Helper/Requests.php
      Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
      
      * [PW-2858] phpcs fix
      
      * [PW-2858] getExpirationDate made private and using Vault consts from Cron.php
      
      * [PW-2858] Adding Date use statements
      
      * [PW-2858] Adding cron messages
      
      * Removing duplicated virtualtype
      
      * [PW-2858] phpcs fix
      Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
      Co-authored-by: default avataracampos1916 <angel.campos@adyen.com>
      Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
      2bbf8fd0
  4. 01 Sep, 2020 3 commits
  5. 26 Aug, 2020 1 commit
  6. 11 Aug, 2020 1 commit
  7. 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
  8. 03 Jun, 2020 1 commit
  9. 27 May, 2020 1 commit
  10. 01 Apr, 2020 1 commit
  11. 03 Jan, 2020 1 commit
  12. 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
  13. 28 Oct, 2019 1 commit
  14. 21 Oct, 2019 2 commits
  15. 30 Aug, 2019 1 commit
  16. 21 Aug, 2019 1 commit
  17. 01 Jul, 2019 1 commit
  18. 21 May, 2019 1 commit
  19. 16 May, 2019 1 commit
    • attilak's avatar
      fix rebase · 4da491cb
      attilak authored
      add installment not empty check
      4da491cb
  20. 14 May, 2019 9 commits
    • Rik ter Beek's avatar
      [PW-1192] Move plugin to ajax controller, remove plugins code, move sdk to 2.4.… (#439) · 97b465fa
      Rik ter Beek authored
      * Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model.
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for or… (#436)
      
      * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for orders that are not matching the paymentmethod of the notification
      Set the ccType of boleto payments to the proper boleto variant.
      reset order id on card placeorder
      
      * PW-1173: use nonempty
      
      * Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model.
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * add errorMessage for oneclick
      97b465fa
    • attilak's avatar
      Resolve code review comments · a9a446ee
      attilak authored
      a9a446ee
    • alessio's avatar
      PW-1103: Execute the plugin only if payment is adyen_cc or adyen_oneclick,... · d734f023
      alessio authored
      PW-1103: Execute the plugin only if payment is adyen_cc or adyen_oneclick, remove payment type since it is different for non card methods
      d734f023
    • attilak's avatar
      [WIP] · 9ece2e5f
      attilak authored
      Convert Magento locale codes to ISO locale codes
      Fix javaEnabled and stateOrProvince
      Stop loading if error response returned during 3DS process
      9ece2e5f
    • alessio's avatar
    • 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] · 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
    • attilak's avatar
      [WIP] · 5c9e1a54
      attilak authored
      works until identifyShopper
      5c9e1a54