1. 23 Apr, 2020 5 commits
    • attilak's avatar
      Do not save payment methods in the adyen-method-list · aef5b40a
      attilak authored
      Remove adyen-method-list.js
      Remove callback parameter from retrieveAvailablePaymentMethods and
      remove handling the ajax request handling when done
      Move processThreeDS2 from threeds2.js and remove threeds2.js file
      Remove callback parameter from processThreeDS2 and
      remove handling the ajax request handling when done
      aef5b40a
    • attilak's avatar
      Return the full response from the paymentMethods request · 2ad9783f
      attilak authored
      Create the assets with the logos for all the payment methods and include
      it in the response in the paymentMethodsExtraDetails payment method list
      If the icon is not available locally use the Adyen hosted icons
      Set extra fields per payment methods: isOpenInvoice
      2ad9783f
    • attilak's avatar
      Use the generic component to render the checkout component · 62f66ed0
      attilak authored
      Add initCheckoutComponent to adyen-payment-service.js to create the
      main AdyenCheckout with default configuration
      Add getCheckoutComponent() to retrieve the initialised AdyenCheckout
      main component
      Remove the checkout component direct links from Data.php
      62f66ed0
    • attilak's avatar
      Add generic component bundle.js · b989e524
      attilak authored
      Upgrade checkout component version to 3.7.0
      Adjust styling to checkout component 3.7.0
      b989e524
    • attilak's avatar
      Remove CcAuthorizationDataBuilder, replace with CheckoutDataBuilder · e44908b9
      attilak authored
      move the logic to CheckoutDataBuilder.php as well
      e44908b9
  2. 10 Apr, 2020 2 commits
  3. 09 Apr, 2020 1 commit
  4. 08 Apr, 2020 2 commits
  5. 01 Apr, 2020 3 commits
  6. 31 Mar, 2020 2 commits
  7. 26 Mar, 2020 3 commits
  8. 20 Mar, 2020 1 commit
  9. 16 Mar, 2020 1 commit
  10. 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
  11. 08 Mar, 2020 1 commit
  12. 06 Mar, 2020 1 commit
  13. 05 Mar, 2020 2 commits
  14. 02 Mar, 2020 1 commit
  15. 28 Feb, 2020 3 commits
  16. 27 Feb, 2020 1 commit
  17. 21 Feb, 2020 1 commit
  18. 19 Feb, 2020 1 commit
  19. 18 Feb, 2020 1 commit
  20. 14 Feb, 2020 1 commit
  21. 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
  22. 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
  23. 30 Jan, 2020 1 commit
  24. 28 Jan, 2020 1 commit