1. 05 Jun, 2020 2 commits
  2. 03 Jun, 2020 2 commits
  3. 29 May, 2020 1 commit
  4. 28 May, 2020 2 commits
  5. 25 May, 2020 1 commit
  6. 20 May, 2020 2 commits
  7. 15 May, 2020 3 commits
  8. 13 May, 2020 2 commits
  9. 12 May, 2020 1 commit
  10. 11 May, 2020 1 commit
  11. 08 May, 2020 2 commits
  12. 04 May, 2020 3 commits
  13. 24 Apr, 2020 8 commits
  14. 23 Apr, 2020 9 commits
    • attilak's avatar
      Validate and use the data coming from the frontend components · 7aba083e
      attilak authored
      Validate the root level keys and only let the approved ones to be sent
      to the builders
      Remove not necessary backend data building since the data is now coming
      from the frontend
      Only card is done, the rest is still TODO
      7aba083e
    • attilak's avatar
      Renaming, removing unnecessary parts · 777bf39c
      attilak authored
      Rename renderSecureFields to renderCardComponent since we render the
      card components
      Remove installments fields from the frontend since the generic component
      is going to handle it
      Remove all custom frontend field from alternative payment methods since
      these are going ti be handled by the generic component
      Remove all custom frontend field from one click payment methods since
      these are going ti be handled by the generic component
      Rename getAdyenBillingAgreements to getAdyenStoredPayments since we move
      away from billing agreements (we are going to keep it still, but not
      actively use it)
      777bf39c
    • attilak's avatar
      Create new adyen-configuration.js model · 31cb300d
      attilak authored
      Move the duplicated get configuration functions here
      31cb300d
    • attilak's avatar
      Adjust retrieveAvailablePaymentMethods in the adyen-cc-method.js · 7565212c
      attilak authored
      Handle the ajax response when the request is done
      TODO: check if ratepay device fingerprint script is still necessary
      7565212c
    • 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
  15. 21 Apr, 2020 1 commit