- 24 Apr, 2020 3 commits
-
-
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
-
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
-
- 23 Apr, 2020 9 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
-
attilak authored
Upgrade checkout component version to 3.7.0 Adjust styling to checkout component 3.7.0
-
attilak authored
move the logic to CheckoutDataBuilder.php as well
-
- 10 Apr, 2020 2 commits
-
-
attilak authored
-
cyattilakiss authored
For PWA integrations session is not necessarily accessible OrderId is in the response from the payment-information endpoint, send it back for all threeDS2 api calls
-
- 09 Apr, 2020 1 commit
-
-
Alessio Zampatti authored
-
- 08 Apr, 2020 2 commits
-
-
attilak authored
Send back the whole paymentMethods response and don't parse it or add new fields into it so it can be used for stored payment methods Json encode from the backend so we have the first level keys and decode on the frontend See TODOs to improve code quality
-
alexandros authored
-
- 01 Apr, 2020 3 commits
-
-
cyattilakiss authored
-
Ángel Campos authored
* [PW-2174]: Removing sync order cancellation for 3DS failure response * [PW-2174]: Removing sync order cancellation for 3DS failure response * [PW-2174]: Removing sync order cancellation for 3DS2 failure response * [PW-2174]: Restoring 3DS2 cancellation because it isn't redirect * [PW-2174]: Adding comment to clarify non cancellation Co-authored-by:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
attilak authored
-
- 31 Mar, 2020 2 commits
- 26 Mar, 2020 3 commits
-
-
cyattilakiss authored
Co-Authored-By:
Alessio Zampatti <alessio.zampatti@adyen.com>
-
attilak authored
-
cyattilakiss authored
-
- 20 Mar, 2020 1 commit
-
-
cyattilakiss authored
-
- 16 Mar, 2020 1 commit
-
-
Ángel Campos authored
* This ensures that recurring-related fields get set for ApplePay
-
- 13 Mar, 2020 1 commit
-
-
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.
-
- 08 Mar, 2020 1 commit
-
-
attilak authored
-
- 06 Mar, 2020 1 commit
-
-
Alexandros Moraitis authored
* Fix klarna discount line and logo * add minus to int
-
- 05 Mar, 2020 2 commits
-
-
Ángel Campos authored
With this change we keep compatibility with Magento version 2.2.8
-
Ángel Campos authored
-
- 02 Mar, 2020 1 commit
-
-
Ángel Campos authored
* [PW-2033]: Adjusting Boleto and Multibanco response handling for PHP API Lib 6.0.0 * Update Block/Checkout/Success.php Co-Authored-By:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Update Block/Checkout/Success.php Co-Authored-By:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Update composer.json Co-Authored-By:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * [PW-2033]: Added !empty check on action and pspReference and assigned both variables * [PW-2033]: Adjusting Multibanco additional data Co-authored-by:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 28 Feb, 2020 3 commits
-
-
cyattilakiss authored
* Fix 3DS2 challenge popup styling * Add modal new config to one click as well
-
acampos1916 authored
-
cyattilakiss authored
* Remove PaymentInformationManagement plugins Delete GuestPaymentInformationManagement.php and PaymentInformationManagement.php Remove these from the interceptors list in di.xml * Add new API endpoint to retrieve order payment status * Only load 'return_path' config data if it's required. (#638) * 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:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Add AdyenOrderPaymentStatus class to retrieve order payment status Add getOrderPaymentStatus() to handle threeDS2 extra steps but nothing more Later this function can be used for more extensive PWA implementation * Add getOrderPaymentStatus() to consume the /payment-status API endpoint Use the new method in the placeOrder() function in the adyen-cc-method.js * Remove excess comma Co-Authored-By:
Alessio Zampatti <alessio.zampatti@adyen.com> * [PW-2022] changes to get it working (#650) * Update return value to a more specific one * Remove unused variables * Improve code readability * Improve code readability * Improve code readability * Work in progress changes * removed throw exception as we are not doing anything on the front-end. Fix front-end to work with code changes as well include oneclick into the solution as this was now broken with all the changes. * remove let as this is not supported in older browsers * remove debugger statements Co-authored-by:
Fabian Hurnaus <fahu@outlook.com> Co-authored-by:
Rik ter Beek <rikterbeek@users.noreply.github.com> Co-authored-by:
Marcos Garcia <marcos.asgarcia@gmail.com> Co-authored-by:
Alessio Zampatti <gigendh@gmail.com>
-
- 27 Feb, 2020 1 commit
-
-
Alexandros Moraitis authored
* Pass the correct store id from order for the modification requests refund, capture and cancel * Pass the storeId from the transferObject using clientConfig * Remove unused logger * Format the code * Refactor, remove unused code for the related classes * Remove underscores
-
- 21 Feb, 2020 1 commit
-
-
Alexandros Moraitis authored
* Hide Apple Pay in unsupported browsers * Put the ko annotation isApplePayAllowed first
-
- 19 Feb, 2020 1 commit
-
-
Rik ter Beek authored
Release 5.4.0
-
- 18 Feb, 2020 1 commit
-
-
Marcos Garcia authored
-