- 13 Nov, 2020 1 commit
-
-
Ata Berk Yılmaz authored
Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 06 Nov, 2020 3 commits
-
-
Attila Kiss authored
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
-
- 05 Nov, 2020 2 commits
-
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
* Remove RedirectDataBuillder, Update request with transparent url * Remove buildRedirectData
-
- 04 Nov, 2020 1 commit
-
-
Alexandros Moraitis authored
* google pay 3ds redirect * Add the success page in the google pay config * Fix code smell suggested from sonarcloud * Remove google pay vault code * Remove the response build method * Remove unused parameter
-
- 29 Oct, 2020 4 commits
-
-
Alexandros Moraitis authored
Release 6.6.4
-
Attila Kiss authored
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
-
- 28 Oct, 2020 4 commits
-
-
Alexandros Moraitis authored
Release 6.6.3
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
-
- 23 Oct, 2020 1 commit
-
-
Alexandros Moraitis authored
Release 6.6.2
-
- 22 Oct, 2020 3 commits
-
-
attilak authored
-
Attila Kiss authored
-
Alexandros Moraitis authored
* Revert the previous fix * Same site cookie changes * Fix sonal cloud recommendation * Add close element html * rename to adyen_transparent_payment_redirect.xml * Rename the layout, correct the redirect url to transparent url * Update comments * filter the 3ds1 post paramaters * filter the 3ds1 post paramaters using php library * Apply suggestions from code review Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Remove empty line * Add session checker * Use the Url instead of UrlInterface * Remove unused fields, align code * Add UrlInterface instead Url class * Update Plugin/TransparentSessionChecker.php Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Update Plugin/TransparentSessionChecker.php Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 14 Oct, 2020 1 commit
-
-
choetzendorfer authored
To prevent to access the array for the same information multiple times.
-
- 09 Oct, 2020 4 commits
-
-
Marcos Garcia authored
Release 6.6.1
-
marcoss authored
-
Alexandros Moraitis authored
-
marcoss authored
-
- 08 Oct, 2020 1 commit
-
-
Marcos Garcia authored
-
- 07 Oct, 2020 1 commit
-
-
Alexandros Moraitis authored
* Add interceptor for payment-information * Add exception message for failed reset reverseOrderId * Replace the checkoutsession with cartQuitoRepository * Add copyright * Update Plugin/PaymentInformationResetOrderId.php Co-authored-by: Ángel Campos <angel.campos@adyen.com> * Update etc/di.xml Co-authored-by: Ángel Campos <angel.campos@adyen.com> * Update etc/di.xml Co-authored-by: Ángel Campos <angel.campos@adyen.com> * Add separate interfaces * Retrieve the quote using the maskedId cartId to reset reserved order id Co-authored-by: Ángel Campos <angel.campos@adyen.com> Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 02 Oct, 2020 1 commit
-
-
Attila Kiss authored
-
- 01 Oct, 2020 1 commit
-
-
Attila Kiss authored
* Use adyenGooglePay configuration instead of adyen for google pay * Fix missing function
-
- 24 Sep, 2020 4 commits
-
-
Ángel Campos authored
* Remove X-forwarded-for header and IP whitelisting/ HMAC is in different configuration (#784) * Seperate the config ip check and hmac check * Remove x-forwared-for * Add explode to ipAddress array to fetch the first one * Add config cache tag to origin keys cache (#781) Changing the config (merchantAccount, sandbox mode, HMAC, etc) and clearing the config cache will also clear the originKeys cache. Fixes #777 * [PW-2567] Guest checkout tokenisation (#788) * Add check to guest user * Create the uuid with orderId * Update Helper/Requests.php Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * remove the guest_checkout_tokenize from config.xml Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * avoid setting order state to NULL (#778) This may happen when setting a status that is not default for a state. Fixes Adyen/adyen-magento2#384 Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Fix swish payment methods when running it with the swish app (#793) * For some payment methods like swish with resultCode pending we store this into the property adyenPaymentData instead of paymentData. Check if adyenPaymentData exists if so add this as paymentData in request. This will solve issues for Swish payment method. We need to refactor a lot of code to make everywhere to use consistency in the naming this will be a separate story to be picked up. * Update Controller/Process/Result.php * Update Controller/Process/Result.php * Update Controller/Process/Result.php Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Ángel Campos <angel.campos@adyen.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> * [PW-2913] Adding redirect data builder to CC authorize requests (#799) * [PW-2913] Adding redirect data builder to CC authorize requests * Adding termUrl to redirect form * Adding termUrl to redirect form * Update Gateway/Validator/CheckoutResponseValidator.php Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * [PW-2913 ] Adjusting Redirect controller for new 3DS1 flow * Removing redirect data builder from AdyenPaymentCcVaultAuthorizeRequest Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Fixing tokenization typo (#803) * Fetch country id from order address instead of country (#792) OrderAddressInterface does not contain getCountry method Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * add setting for payment origin (for pwa integrations) (#786) * add setting for payment origin (for pwa integrations) * Improve payment origin field tooltip Co-authored-by: Ángel Campos <acampos1916@gmail.com> * Add missing parameter to getOrigin Missing parameter $storeId in Helper/Data getOrigin to add external payment origin Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Add @param to getOrigin docs * Fix typo in field comment Co-authored-by: Alessio Zampatti <gigendh@gmail.com> * Add $storeId parameter to getOrigin call Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: Ángel Campos <acampos1916@gmail.com> Co-authored-by: Alessio Zampatti <gigendh@gmail.com> * use adyen helper to create adyen checkout service (#789) This is just so we can use a plugin on `createAdyenCheckoutService` class, which we currently cannot do because of `new`. Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * 6.5.0 version bump * Adding storeId param to getOrigin() calls (#806) Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * [PW-2096] Validate agreements before placing order for Google Pay (#808) Currently, the Google Pay component does not respect additional validation in Checkout page. This commit attempts to fix this issue by making the Google Pay button disabled by default and enabling it only when the validation is successful. * Separate Checks IP and HMAC (#809) * Separate Checks IP and HMAC * Merge the if statements * [PW-2916 ]3ds fallback (#812) * 3ds fallback * remove debug statement * update js * fix recommendations Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Fix Imports * Fix for Vault with 3DS2 Credit Cards (#814) The VaultDetailsHandler object is not called when processing 3DS2 payments. To make it so, this commit extracts the logic of storing the info to Vault and reuses that both in the Handler and in the 3DS2 Process. * [PW-2984]Add the minify exclude element in config (#816) * Add the minify exclude element in config * Add the css to exclude files * Remove the version * Add adyen.com/checkoutshopper insted of /adyen/ Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * remove modal unused code (#818) * [PW-2858] SEPA tokenization for recurring payments (#795) * First commit * remove the storepayment methods from front end * move the config to store payment methods * request is complete * Add the save token logic for alternative paymentmethods to Cron class * Remove unused logger from Checkout builder class * Remove rest od the logger * remove more unused code * remove commas * remove space * Working on adding the public_hash * Alternative payment method is displayed in Stored Payment Methods page * add adyen_hpp for alternative payment methods * add the TokenHppUiProvider class * [PW-2858] Moving HPP vault config to default Magento PM location * [PW-2858] HPP vault virtual types * [PW-2858] Extra configs and account constant usage * Fix code smell 2/5 * fix suggestions * Replace date time format * [PW-2858] Missing virtualtypes * [PW-2858] Extra virtualtypes and configs * [PW-2858] Token formatter for HPP * [PW-2858] Check if PM is adyen_hpp before saving recurring token * [PW-2858] Using Vault helper for the expDate * Restoring config label * [PW-2858] Adjusting VaultDetailsHandler.php to use vault helper * [PW-2858] Fix code smells * Update Helper/Requests.php Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * [PW-2858] phpcs fix * [PW-2858] getExpirationDate made private and using Vault consts from Cron.php * [PW-2858] Adding Date use statements * [PW-2858] Adding cron messages * Removing duplicated virtualtype * [PW-2858] phpcs fix Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: acampos1916 <angel.campos@adyen.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * Update composer.json Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> * add action check for 3ds fallback (#819) Co-authored-by: Ángel Campos <angel.campos@adyen.com> * Restoring can_initialize for HPP * [PW-3006] 3DS redirect to wrong storefront (#821) * Fix redirect url with the correct store * redirect shopper after 3ds to current store Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * remove dependency from magento setup exception (#813) * remove dependency from magento setup exception * fix typo * semplify FQCN * fix CR feedback: use Adyen\AdyenException instead \Exception Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Fix alternative payment method tokenisation in vault (#822) * Fix alternative payment method tokenisation in vault Create adyen_cc vault tokens for adyen_hpp as well since Magento doesn't support vault tokenisation for payment methods with initialise command * Check if PM is SEPA before setting storePaymentMethod request flag * Adding missing Vault DI * Using PSP reference of RECURRING_CONTRACT notifications as SEPA gateway token * Inline variable that's used only once * Setting expDate for SEPA tokens for 10y Co-authored-by: acampos1916 <angel.campos@adyen.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * Removing unsued _recurringDetailReference and _expiryDate Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> * Removing unsued _recurringDetailReference and _expiryDate Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: Alexandros Moraitis <alexandros.moraitis@adyen.com> Co-authored-by: Richard Bayet <2353374+rbayet@users.noreply.github.com> Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: Ermanno Baschiera <ebaschiera@gmail.com> Co-authored-by: Rik ter Beek <rikterbeek@users.noreply.github.com> Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com> Co-authored-by: Jeroen <jeroen@reachdigital.nl> Co-authored-by: Pablo Giralt <pablogiralt@gmail.com> Co-authored-by: Alessio Zampatti <gigendh@gmail.com> Co-authored-by: Daniel Sloof <goapsychadelic@gmail.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> Co-authored-by: marcoss <marcos.silvagarcia@adyen.com> Co-authored-by: Vitaliy Ryaboy <vriaboy@gmail.com>
-
Ángel Campos authored
Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
Ángel Campos authored
Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
Attila Kiss authored
* Fix alternative payment method tokenisation in vault Create adyen_cc vault tokens for adyen_hpp as well since Magento doesn't support vault tokenisation for payment methods with initialise command * Check if PM is SEPA before setting storePaymentMethod request flag * Adding missing Vault DI * Using PSP reference of RECURRING_CONTRACT notifications as SEPA gateway token * Inline variable that's used only once * Setting expDate for SEPA tokens for 10y Co-authored-by: acampos1916 <angel.campos@adyen.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
-
- 22 Sep, 2020 1 commit
-
-
Vitaliy Ryaboy authored
* remove dependency from magento setup exception * fix typo * semplify FQCN * fix CR feedback: use Adyen\AdyenException instead \Exception Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 21 Sep, 2020 1 commit
-
-
Alexandros Moraitis authored
* Fix redirect url with the correct store * redirect shopper after 3ds to current store Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 17 Sep, 2020 6 commits
-
-
acampos1916 authored
-
Alexandros Moraitis authored
Co-authored-by: Ángel Campos <angel.campos@adyen.com>
-
Ángel Campos authored
-
Ángel Campos authored
Co-authored-by: Alessio Zampatti <alessio.zampatti@adyen.com>
-
Alexandros Moraitis authored
* First commit * remove the storepayment methods from front end * move the config to store payment methods * request is complete * Add the save token logic for alternative paymentmethods to Cron class * Remove unused logger from Checkout builder class * Remove rest od the logger * remove more unused code * remove commas * remove space * Working on adding the public_hash * Alternative payment method is displayed in Stored Payment Methods page * add adyen_hpp for alternative payment methods * add the TokenHppUiProvider class * [PW-2858] Moving HPP vault config to default Magento PM location * [PW-2858] HPP vault virtual types * [PW-2858] Extra configs and account constant usage * Fix code smell 2/5 * fix suggestions * Replace date time format * [PW-2858] Missing virtualtypes * [PW-2858] Extra virtualtypes and configs * [PW-2858] Token formatter for HPP * [PW-2858] Check if PM is adyen_hpp before saving recurring token * [PW-2858] Using Vault helper for the expDate * Restoring config label * [PW-2858] Adjusting VaultDetailsHandler.php to use vault helper * [PW-2858] Fix code smells * Update Helper/Requests.php Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * [PW-2858] phpcs fix * [PW-2858] getExpirationDate made private and using Vault consts from Cron.php * [PW-2858] Adding Date use statements * [PW-2858] Adding cron messages * Removing duplicated virtualtype * [PW-2858] phpcs fix Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: acampos1916 <angel.campos@adyen.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
-
Alexandros Moraitis authored
-