1. 11 May, 2020 1 commit
  2. 22 Apr, 2020 1 commit
  3. 21 Apr, 2020 1 commit
    • Ángel Campos's avatar
      [PW-2264]: New data builder for LPMs to include storePaymentMethod flag based... · 2cde0b37
      Ángel Campos authored
      [PW-2264]: New data builder for LPMs to include storePaymentMethod flag based on configuration (#695)
      
      * [PW-2199]: Removing extra character from system.xml comment
      
      * [PW-2264]: New data builder for LPMs to include storePaymentMethod flag based on configuration
      
      * [PW-2264]: Removing unused argument of buildRecurringAlternativePaymentMethodsData()
      2cde0b37
  4. 08 Apr, 2020 1 commit
  5. 06 Apr, 2020 1 commit
  6. 27 Mar, 2020 2 commits
  7. 23 Mar, 2020 1 commit
  8. 19 Mar, 2020 1 commit
  9. 17 Mar, 2020 1 commit
  10. 10 Mar, 2020 1 commit
  11. 21 Feb, 2020 1 commit
  12. 18 Feb, 2020 1 commit
  13. 14 Feb, 2020 1 commit
  14. 12 Feb, 2020 2 commits
    • Á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
    • Alessio Zampatti's avatar
  15. 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
  16. 30 Jan, 2020 1 commit
  17. 28 Jan, 2020 1 commit
  18. 27 Jan, 2020 4 commits
  19. 21 Jan, 2020 1 commit
  20. 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
  21. 16 Jan, 2020 1 commit
  22. 15 Jan, 2020 2 commits
  23. 14 Jan, 2020 2 commits
  24. 13 Jan, 2020 1 commit
  25. 10 Jan, 2020 4 commits
  26. 08 Jan, 2020 1 commit
  27. 07 Jan, 2020 1 commit
  28. 06 Jan, 2020 1 commit
  29. 03 Jan, 2020 1 commit