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

  1. 17 Sep, 2020 3 commits
    • Ángel Campos's avatar
      Update composer.json · 58f6a501
      Ángel Campos authored
      Co-authored-by: default avatarAlessio Zampatti <alessio.zampatti@adyen.com>
      58f6a501
    • 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
    • Alexandros Moraitis's avatar
      remove modal unused code (#818) · 4891d651
      Alexandros Moraitis authored
      4891d651
  2. 16 Sep, 2020 1 commit
  3. 14 Sep, 2020 1 commit
    • Marcos Garcia's avatar
      Fix for Vault with 3DS2 Credit Cards (#814) · 7965a329
      Marcos Garcia authored
      The VaultDetailsHandler object is not called when processing 3DS2 payments. To make it so, this commit extracts the logic of storing the info to Vault and reuses that both in the Handler and in the 3DS2 Process.
      7965a329
  4. 11 Sep, 2020 2 commits
  5. 09 Sep, 2020 1 commit
  6. 03 Sep, 2020 1 commit
  7. 01 Sep, 2020 5 commits
  8. 28 Aug, 2020 2 commits
  9. 26 Aug, 2020 1 commit
  10. 18 Aug, 2020 1 commit
  11. 12 Aug, 2020 1 commit
  12. 11 Aug, 2020 1 commit
  13. 06 Aug, 2020 2 commits
  14. 31 Jul, 2020 1 commit
  15. 30 Jul, 2020 2 commits
  16. 29 Jul, 2020 1 commit
  17. 23 Jul, 2020 1 commit
  18. 22 Jul, 2020 3 commits
    • rikt's avatar
      update version for release · 2a5c3deb
      rikt authored
      2a5c3deb
    • Rik ter Beek's avatar
      fix payment method POS (#771) · 7be49679
      Rik ter Beek authored
      * fix payment method POS
      
      * Remove unreachable code
      Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
      7be49679
    • Rik ter Beek's avatar
      [PW-2087] Add Swish Payment Method and upgrade Component version to 3.4.0 This... · f2c67bb3
      Rik ter Beek authored
      [PW-2087] Add Swish Payment Method and upgrade Component version to 3.4.0 This commit has the following changes: (#770)
      
      * [PW-2087] This commit has the following changes:
      * With the added environment into the component is does not mather if we use the test or live component url. To remove complexity we will use the live endpoint on both environments.
      * Upgrade component version from 3.2.0 to 3.4.0. This requires a different way of loading in the component. This will change all payment method integration that is using checkout component.
      * Add swish payment method support with support for pending payment results and redering a QR code.
      * Environment and originKey is now as well needed for alternative payment methods so moved this into a genericConfigProvider.
      * The threeDS2processor is being used for 3DS2 and action payment methods. TODO we need to rename this to a generic name into the code this will mean a breaking change as interface will rename and PWA needs to adopt different API endpoint as this is a quick feature release I kept it out of scope.
      * Rename threeDS2PaymentData to generic adyenPaymentData as this will be used for alternative payent methods as well.
      * Remove unused ThreeDS2ResponseValidator file
      
      * fix phpcs warning
      
      * Remove duplicated getCheckoutEnvironment function
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js
      
      * remove debugger and add comment
      
      * Update view/frontend/web/js/view/payment/adyen-methods.js
      
      * Update Model/AdyenThreeDS2Process.php
      
      * revert hideCVC for recurring contracts needed to hide
      
      * Only for pending show back the component to the checkout form. For PresentToShopper redirect to success page to show action component.
      Co-authored-by: default avatarattilak <attila.kiss@adyen.com>
      Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
      f2c67bb3
  19. 13 Jul, 2020 2 commits
  20. 07 Jul, 2020 1 commit
  21. 03 Jul, 2020 3 commits
  22. 02 Jul, 2020 3 commits
  23. 01 Jul, 2020 1 commit