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. 11 Feb, 2020 2 commits
    • cyattilakiss's avatar
      [PW-2091] Fix Google Pay environment value in PRODUCTION (#641) · e978721f
      cyattilakiss authored
      * Fix Google Pay environment value in PRODUCTION
      
      Google pay expects `PRODUCTION` and not `LIVE` in case of production
      environment
      Add getGooglePayEnvironment() to retrieve environment value to Google
      pay
      Replace the getCheckoutEnvironment() with getGooglePayEnvironment() on
      the frontend for Google pay
      
      * Move Google Pay fix into the AdyenGooglePayConfigProvider()
      
      Move getGooglePayEnvironment() and PRODUCTION const from Helper/Data to
      AdyenGooglePayConfigProvider and make it private
      Change environment key back to checkoutEnvironment to be consistent with
      the rest if the checkout components and overwrite the live value with
      production only for Google pay
      Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
      e978721f
    • Fabian Hurnaus's avatar
      Only load 'return_path' config data if it's required. (#638) · 2bfb1528
      Fabian Hurnaus authored
      * Only load 'return_path' config data if it's required.
      
      It doesn't make sense to retrieve the configuration for failure on each request.
      It's enough to only do it on failure.
      
      * Update Controller/Process/Result.php
      Co-Authored-By: default avatarcyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
      2bfb1528
  2. 30 Jan, 2020 1 commit
  3. 28 Jan, 2020 1 commit
  4. 27 Jan, 2020 4 commits
  5. 21 Jan, 2020 1 commit
  6. 17 Jan, 2020 1 commit
    • Ángel Campos's avatar
      [PW-2015]: Fix orders not being created but card getting charged when... · 9249bb27
      Ángel Campos authored
      [PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled (#630)
      
      * [PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled
      
      * [PW-2015]: Removing \Magento\Checkout\Model\Session DI not being used anymore
      
      * Skipping payment validation if no quoteId is present
      
      * Replacing ternary check with if/else for readability
      9249bb27
  7. 16 Jan, 2020 1 commit
  8. 15 Jan, 2020 2 commits
  9. 14 Jan, 2020 2 commits
  10. 13 Jan, 2020 1 commit
  11. 10 Jan, 2020 4 commits
  12. 08 Jan, 2020 1 commit
  13. 07 Jan, 2020 1 commit
  14. 06 Jan, 2020 1 commit
  15. 03 Jan, 2020 1 commit
  16. 30 Dec, 2019 1 commit
    • Rik ter Beek's avatar
      PW-1190 add magento info into request (#605) · 0efb78c7
      Rik ter Beek authored
      * PW-1190 add magento info into request
      
      * PW-1190 add unit tests and fix current ones. Add codesniffer and magento/magento-coding-standard to easy validate code within the repo. Add paypal reference as we have a depencency to paypal module as we need it for billing agreements.
      
      * [WIP] Feature/pw 1190 travis (#606)
      
      * add travis file
      
      * add credentials encrypted will only work for local branches
      
      * fix commands
      
      * add ruleset
      
      * update travis to execute all plugin code
      
      * remove params as it is declared into the ruleset. and update version codesniffer
      
      * only fail and show errors not warnings
      
      * added arguments p and n for better visibility and ignoring warning in ruleset xml
      
      * use relative path to fix local check
      0efb78c7
  17. 16 Dec, 2019 2 commits
    • alessio's avatar
      version bump 5.1.0 · f57578c5
      alessio authored
      f57578c5
    • Alessio Zampatti's avatar
      PW-1880: Implement ComboCards in creditcards section (#601) · ab506db2
      Alessio Zampatti authored
      * Add combo card for Brazilian shoppers
      
      * PW-1880: set ['paymentMethod']['type'], check if billingaddress is BR and currency BRL
      
      * PW-1918: added EOLs
      
      * PW-1880: removed logger
      
      * PW-1880: add installments if they are set(not only on Credit), unset them if Debit
      
      * PW-1880: move combocards check to the frontend
      
      * PW-1880: fix for other debit cards
      ab506db2
  18. 10 Dec, 2019 1 commit
  19. 06 Dec, 2019 1 commit
  20. 03 Dec, 2019 1 commit
  21. 22 Nov, 2019 7 commits
  22. 21 Nov, 2019 1 commit
  23. 14 Nov, 2019 2 commits