1. 08 Jun, 2020 1 commit
  2. 05 Jun, 2020 7 commits
  3. 03 Jun, 2020 2 commits
  4. 29 May, 2020 1 commit
  5. 28 May, 2020 2 commits
  6. 25 May, 2020 1 commit
  7. 20 May, 2020 2 commits
  8. 15 May, 2020 3 commits
  9. 13 May, 2020 2 commits
  10. 12 May, 2020 1 commit
  11. 11 May, 2020 1 commit
  12. 08 May, 2020 2 commits
  13. 04 May, 2020 3 commits
  14. 24 Apr, 2020 8 commits
  15. 23 Apr, 2020 4 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