An error occurred fetching the project authors.
- 24 Jun, 2020 1 commit
-
-
Attila Kiss authored
* Update phpcs to validate PSR2 rules * Fix PSR2 phpcs errors with phpcbf * Fix phpcs errors with phpcbf * Fix PSR2 phpcs errors * Reapply fix for boleto lastname key * Fix Api folder * Fix phpcs warning * Fix phpcs warning * Remove unused var * Version bump 6.1.2 * Fix MagentoStandard phpcs warnings * Part of fixing the code sniffer errors * Part of fixing the code sniffer errors * Fix Magento Marketplace codesniffing warnings * Fix some code sniffer errors with phpcbf * Autoformat PSR12 * Fix the path string with ::class * Fix empty spaces warnings * Fix Magento marketplace codesniffing warnings * Fix Magento marketplace codesniffing warnings * Set arguments defaults values at the end of the argument list * Code sniffer fixes * Fix Magento marketplace codesniffing warnings * remove empty return statement * Fix Static method cannot be intercepted error * Fix eror: Possible useless method overriding detected * Remove private const since it is only supported since php 7.1 * Fix wrong class paths * Fix sonarcloud bugs table th element should have scope attribute when possible * Fix codesmells * Fix unit test * Remove ISSUE_TEMPLATE.md * fix wrong function call for formatStreet() * Add removed _prepareLayout() function back * Update Model/Cron.php Co-authored-by:
Ángel Campos <angel.campos@adyen.com> * Update Model/Cron.php Co-authored-by:
Ángel Campos <angel.campos@adyen.com> * Fix request's paymentMethod field Co-authored-by:
alexandros <alexandros.moraitis@adyen.com> Co-authored-by:
Ángel Campos <angel.campos@adyen.com>
-
- 15 May, 2020 1 commit
-
-
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
-
- 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
-
- 30 Oct, 2019 1 commit
-
-
attilak authored
- Fix scrolling issue after failed 3ds2 validation
-
- 29 Oct, 2019 1 commit
-
-
Rik ter Beek authored
* PW-1800 first place order before doing authentication, remove payment endpoint, add plugin to add 3DS data back to the front-end. * PW-1800 add missing file for building 3DS2data * PW-1800 fix 3DS 1.0 payments and add validation to last payment call. If not authorised provide error message back to the front-end * PW-1800 add error messages for oneclick payments on failed payments * Update Helper/Requests.php Co-Authored-By:
cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * remove unused constructor, make input paramaters private * - cancel order if payment is refused - remove store_cc = true from onclick frontend js
-
- 28 Oct, 2019 1 commit
-
-
cyattilakiss authored
-
- 09 Oct, 2019 1 commit
-
-
attilak authored
-
- 02 Oct, 2019 1 commit
-
-
Rik ter Beek authored
* [PW-1737] Add idempotency key * Add constraint to only work with php library version 4.1 and higher (4.1 we will release today)
-
- 14 May, 2019 5 commits
-
-
attilak authored
Add json response builder processing 3DS2 Don't send the card details 2 times from the frontend Show popup only for challenge shopper and not for identify shopper
-
attilak authored
resolve code review comments use adyen-3ds2-js-utils helper function component js updated to v2.2.1
-
attilak authored
fix bug placing the order after a refused one won't go through the 3ds2.0 flow remove store card details from magento and use the component rendered one
-
attilak authored
works with challenge shopper
-
attilak authored
PW-1103 new controller implemented, new di logic also. Oneclick payments are not working - a new builder needs to be created for that separately PW-1104 components are rendered, challengeShopper was not tested PW-1105 separate controller to handle the 3DS2.0 process created PW-1106 feature toggle implemented TODO: challengeShopper flow test and fix Oneclick fix checkout component 2.0 was updated therefore needs to be tested e.g. "save card data" checkout is rendered by the component now data builders need to use the Requests helper functions or should be deleted if never used Code review and refactor where needed
-