- 05 Jun, 2020 5 commits
-
-
attilak authored
-
attilak authored
Remove code duplications
-
attilak authored
Remove details filtering since dynamic field rendering is not supported anymore Add data into configuration to prefill input fields with already known data Add paypal as unsupported payment method, will be implemented in a separate ticket
-
attilak authored
Show personalDetails and billing address
-
attilak authored
-
- 03 Jun, 2020 2 commits
- 29 May, 2020 1 commit
-
-
attilak authored
-
- 28 May, 2020 2 commits
- 25 May, 2020 1 commit
-
-
attilak authored
# Conflicts: # Gateway/Request/CheckoutDataBuilder.php # view/frontend/web/template/payment/hpp-form.html
-
- 20 May, 2020 2 commits
-
-
Ángel Campos authored
Co-authored-by:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
Rik ter Beek authored
-
- 15 May, 2020 3 commits
-
-
attilak authored
Some PWA integrations can still use the session to retrieve the order but in the next major release only the orderId request parameter can be used to retrieve the order object
-
cyattilakiss authored
-
attilak authored
-
- 13 May, 2020 2 commits
-
-
Rik ter Beek authored
-
Rik ter Beek authored
-
- 12 May, 2020 1 commit
-
-
Ángel Campos authored
-
- 11 May, 2020 1 commit
-
-
Per authored
Pressing the enter key while inside a text field in one the Adyen forms caused the checkout page to reload instead of being submitted. Co-authored-by:
Per <per@oddny.se>
-
- 08 May, 2020 2 commits
-
-
Ángel Campos authored
-
Ángel Campos authored
-
- 04 May, 2020 3 commits
-
-
Ángel Campos authored
-
acampos1916 authored
This reverts commit 32120f62
-
acampos1916 authored
-
- 24 Apr, 2020 8 commits
-
-
cyattilakiss authored
Implementing new installments config field and removing old validation code
-
cyattilakiss authored
Card payments finalised
-
attilak authored
-
attilak authored
Remove buildThreeDS2ProcessResponseJson(), not used anymore Use onAdditionalDetails instead of onComplete in the checkout components Update bundle with the fixes Remove unnecessary mapping on the backend regarding the action fields Remove unnecessary additionalInformation settings in payment object
-
acampos1916 authored
-
attilak authored
Send state.data in one field instead of mapping it Use adyenConfiguration
-
attilak authored
Send the state.data as a string in 1 field instead of mapping it Use component createFromAction Use adyenConfiguration
-
acampos1916 authored
* New config path has been created to avoid overwriting old formatted values
-
- 23 Apr, 2020 7 commits
-
-
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
-
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)
-
attilak authored
Move the duplicated get configuration functions here
-
attilak authored
Handle the ajax response when the request is done TODO: check if ratepay device fingerprint script is still necessary
-
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
-
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
-
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
-