- 03 Jun, 2020 2 commits
-
-
Attila Kiss authored
-
Ángel Campos authored
-
- 28 May, 2020 2 commits
-
-
Attila Kiss authored
-
Ángel Campos authored
* [PW-2286]: Avoiding order cancellation in Result controller * Update Controller/Process/Result.php Co-authored-by: Ángel Campos <angel.campos@adyen.com> * [PW-2286]: Simplifying switch in Result.php * Update Controller/Process/Result.php Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * Update Controller/Process/Result.php Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
-
- 27 May, 2020 1 commit
-
-
Alexandros Moraitis authored
* Remove idempotency from alternative payment methods * Fix sonar cloud code smell
-
- 26 May, 2020 1 commit
-
-
attilak authored
-
- 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
-
- 21 Apr, 2020 1 commit
-
-
Alexander Christiaan Jacob Dekker authored
Some webshops work with only a billing address because products need to be picked up from a location. If this is the case, the billing address should be filled in, and valid before a payment method can be used. This is already the case with payment methods native to Magento 2, but not with this Adyen module. Because of this, orders could be placed using Adyen payment methods, without adding an address at all. This extra check fixes this. Refs #662. Co-authored-by: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 20 Apr, 2020 2 commits
-
-
Ángel Campos authored
-
Ángel Campos authored
* [PW-2199]: New can_cancel config value that avoids all order cancellations * [PW-2199]: Removed can_cancel check from files not related to notification processing * [PW-2199]: Renamed config value for clarity * [PW-2199]: Fixing adyenHelper object * [PW-2199]: Checking config value before changing order status to NEW * Newline at the end of Config.php * [PW-2199]: Removing dependency on AbstractHelper
-
- 10 Apr, 2020 1 commit
-
-
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
-
- 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 3 commits
-
-
cyattilakiss authored
Release 6.0.0
-
attilak authored
Log these errors in the validators
-
attilak authored
-
- 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 1 commit
-
-
Ángel Campos authored
With this change we keep compatibility with Magento version 2.2.8
-