- 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 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
-
- 14 Feb, 2020 1 commit
-
-
Ángel Campos authored
* [PW-1949]: Added Notification error count and message columns to adyen_notification and Notification Overview * Upgrade script to add new columns, changing setup_version * New columns in UI Component * Adjusted collection so notifications with 5 errors do not get processed (DB column reset required. Reset functionality here https://youtrack.is.adyen.com/issue/PW-2103) * ACL for menu element * [PW-1949]: Error message column formatting * [PW-1949]: Code styling * [PW-1949]: Code styling * Changing protected method to private Model/Cron.php Co-Authored-By: Marcos Garcia <marcos.asgarcia@gmail.com> * Changing protected method to private Model/Cron.php Co-Authored-By: Marcos Garcia <marcos.asgarcia@gmail.com> * Changing protected method to private Model/Cron.php Co-Authored-By: Marcos Garcia <marcos.asgarcia@gmail.com> * Updating release version Co-Authored-By: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com> * Updating release version Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> Co-authored-by: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 12 Feb, 2020 2 commits
-
-
Ángel Campos authored
* [PW-1942]: Admin notifications overview for adyen_notification table * [PW-1942]: Added notifications overview link to cron information message * [PW-1942]: Added notifications overview link to cron information message * [PW-1942]: Adjusted columns, filters and formatting on notifications overview Moved PSP search URL function to helper since it is now being used in multiple places * [PW-1942]: Changed virtualType classname to avoid conflicts with Notifications Collection * [PW-1942]: Implemented getPspReferenceSearchUrl() from library * [PW-1942]: Unit testing * [PW-1942]: Applying recommended changes: * Renamed XML files to adyen_notifications_overview * Applied PSR2 code styling to CronMessage.php * Updated Copyright year * Early return and replaced switch with if and default value in NotificationColumn.php. Also, docs state that success can only be true/false so got rid of third CSS class * Moved getPspReferenceSearchUrl() method from PHP Lib to Data helper, and added if/else to receive liveEnvironment from notification record instead of receiving test/live string * [PW-1942]: Code styling * [PW-1942]: Applying recommended changes: * Inverted live/test if check * Removed unnecessary constructor Co-authored-by: cyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
-
Alessio Zampatti authored
-
- 11 Feb, 2020 2 commits
-
-
cyattilakiss authored
* Fix Google Pay environment value in PRODUCTION Google pay expects `PRODUCTION` and not `LIVE` in case of production environment Add getGooglePayEnvironment() to retrieve environment value to Google pay Replace the getCheckoutEnvironment() with getGooglePayEnvironment() on the frontend for Google pay * Move Google Pay fix into the AdyenGooglePayConfigProvider() Move getGooglePayEnvironment() and PRODUCTION const from Helper/Data to AdyenGooglePayConfigProvider and make it private Change environment key back to checkoutEnvironment to be consistent with the rest if the checkout components and overwrite the live value with production only for Google pay Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
-
Fabian Hurnaus authored
* 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>
-
- 30 Jan, 2020 1 commit
-
-
attilak authored
-
- 28 Jan, 2020 2 commits
-
-
acampos1916 authored
-
Ángel Campos authored
Release 5.3.0
-
- 27 Jan, 2020 4 commits
-
-
acampos1916 authored
-
acampos1916 authored
-
Rik ter Beek authored
* [PW-2024] Add merchantApplication into API calls * [PW-2024] Add to body request as config methods are not implemented in the library version we use. Cleanup some code and formatting. Tested Card payments, vault payment that will include this value.
-
Ángel Campos authored
* [PW-1947]: Fixing _reason variable declaration and adding _live variable * [PW-1947]: Added admin notice message for failed refund notifications * Omitting underscore on addRefundFailedNotice() method
-
- 21 Jan, 2020 2 commits
-
-
cyattilakiss authored
Release 5.2.0
-
cyattilakiss authored
While validating a request we use the 'Validating request' label so the bot should not stale the issue. After validating the request if we tag the issue with the label 'Bug' the bot should not close the issue, because it is a valid bug.
-
- 17 Jan, 2020 1 commit
-
-
Ángel Campos authored
[PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled (#630) * [PW-2015]: Fix orders not being created but card getting charged when Persistent Cart and Guest Checkout enabled * [PW-2015]: Removing \Magento\Checkout\Model\Session DI not being used anymore * Skipping payment validation if no quoteId is present * Replacing ternary check with if/else for readability
-
- 16 Jan, 2020 1 commit
-
-
Hans Nieser authored
-
- 15 Jan, 2020 2 commits
-
-
Imran Shakil authored
* constructor argument order To avoid "class not found" exception * constructor argument order exception faced "class not found"
-
alessio authored
-
- 14 Jan, 2020 1 commit
-
-
Rik ter Beek authored
-