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. 15 May, 2020 1 commit
  2. 13 May, 2020 2 commits
  3. 12 May, 2020 1 commit
  4. 11 May, 2020 1 commit
  5. 08 May, 2020 2 commits
  6. 04 May, 2020 3 commits
  7. 21 Apr, 2020 1 commit
  8. 20 Apr, 2020 2 commits
  9. 10 Apr, 2020 1 commit
  10. 09 Apr, 2020 1 commit
  11. 01 Apr, 2020 3 commits
  12. 31 Mar, 2020 2 commits
  13. 26 Mar, 2020 3 commits
  14. 20 Mar, 2020 1 commit
  15. 16 Mar, 2020 1 commit
  16. 13 Mar, 2020 1 commit
    • Marcos Garcia's avatar
      Support combo cards for Mexico & Mexican Pesos (#666) · e76cb749
      Marcos Garcia authored
      As requested by merchants, this commit adds support to combo cards (cards that act both as credit and debit, by choice of the shopper) to the checkout process. If shipping address is in Mexico and currency is set to Mexican Pesos, the drop down to choose between options should show up.
      
      I created the object to check this so extensibility is possible, but another solution should be used if this gets too long.
      e76cb749
  17. 08 Mar, 2020 1 commit
  18. 06 Mar, 2020 1 commit
  19. 05 Mar, 2020 2 commits
  20. 02 Mar, 2020 1 commit
  21. 28 Feb, 2020 3 commits
  22. 27 Feb, 2020 1 commit
  23. 21 Feb, 2020 1 commit
  24. 19 Feb, 2020 1 commit
  25. 18 Feb, 2020 1 commit
  26. 14 Feb, 2020 1 commit
  27. 12 Feb, 2020 1 commit
    • Á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>
      04e48bfb