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. 01 Sep, 2020 1 commit
  2. 31 Jul, 2020 1 commit
  3. 30 Jul, 2020 2 commits
  4. 29 Jul, 2020 1 commit
  5. 23 Jul, 2020 1 commit
  6. 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
  7. 13 Jul, 2020 2 commits
  8. 07 Jul, 2020 1 commit
  9. 03 Jul, 2020 3 commits
  10. 02 Jul, 2020 3 commits
  11. 01 Jul, 2020 1 commit
  12. 30 Jun, 2020 1 commit
  13. 29 Jun, 2020 2 commits
  14. 26 Jun, 2020 5 commits
  15. 25 Jun, 2020 1 commit
  16. 24 Jun, 2020 4 commits
    • attilak's avatar
      Remove excapeHtml when html is expected · 94f97aa4
      attilak authored
      94f97aa4
    • attilak's avatar
      Remove unnecessary new lines · ec022601
      attilak authored
      ec022601
    • Attila Kiss's avatar
      Merge branch 'master' into develop · b4c23412
      Attila Kiss authored
      b4c23412
    • 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
  17. 22 Jun, 2020 1 commit
  18. 19 Jun, 2020 1 commit
  19. 16 Jun, 2020 1 commit
  20. 12 Jun, 2020 2 commits
  21. 11 Jun, 2020 3 commits