An error occurred fetching the project authors.
- 03 Dec, 2020 1 commit
-
-
Marcos Garcia authored
-
- 24 Sep, 2020 1 commit
-
-
Á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>
-
- 17 Sep, 2020 1 commit
-
-
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>
-
- 01 Sep, 2020 3 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> 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>
-
Ángel Campos authored
Co-authored-by:
Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
Pablo Giralt authored
* 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>
-
- 28 Aug, 2020 1 commit
-
-
Ángel Campos authored
-
- 11 Aug, 2020 1 commit
-
-
Alexandros Moraitis authored
* 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>
-
- 06 Aug, 2020 1 commit
-
-
Richard Bayet authored
Changing the config (merchantAccount, sandbox mode, HMAC, etc) and clearing the config cache will also clear the originKeys cache. Fixes #777
-
- 22 Jul, 2020 1 commit
-
-
Rik ter Beek authored
[PW-2087] Add Swish Payment Method and upgrade Component version to 3.4.0 This commit has the following changes: (#770) * [PW-2087] This commit has the following changes: * With the added environment into the component is does not mather if we use the test or live component url. To remove complexity we will use the live endpoint on both environments. * Upgrade component version from 3.2.0 to 3.4.0. This requires a different way of loading in the component. This will change all payment method integration that is using checkout component. * Add swish payment method support with support for pending payment results and redering a QR code. * Environment and originKey is now as well needed for alternative payment methods so moved this into a genericConfigProvider. * The threeDS2processor is being used for 3DS2 and action payment methods. TODO we need to rename this to a generic name into the code this will mean a breaking change as interface will rename and PWA needs to adopt different API endpoint as this is a quick feature release I kept it out of scope. * Rename threeDS2PaymentData to generic adyenPaymentData as this will be used for alternative payent methods as well. * Remove unused ThreeDS2ResponseValidator file * fix phpcs warning * Remove duplicated getCheckoutEnvironment function * Update view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js * remove debugger and add comment * Update view/frontend/web/js/view/payment/adyen-methods.js * Update Model/AdyenThreeDS2Process.php * revert hideCVC for recurring contracts needed to hide * Only for pending show back the component to the checkout form. For PresentToShopper redirect to success page to show action component. Co-authored-by:
attilak <attila.kiss@adyen.com> Co-authored-by:
Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 13 Jul, 2020 1 commit
-
-
Vitaliy Ryaboy authored
Co-authored-by:
Attila Kiss <42297201+cyattilakiss@users.noreply.github.com>
-
- 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>
-
- 05 Mar, 2020 1 commit
-
-
Ángel Campos authored
-
- 12 Feb, 2020 1 commit
-
-
Á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>
-
- 27 Jan, 2020 1 commit
-
-
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.
-
- 22 Nov, 2019 1 commit
-
-
rikt authored
[PW-1835] paymentMethods endpoint returns all payment methods. Filtering happens in front-end validation and removed unused helpers.
-
- 06 Nov, 2019 1 commit
-
-
cyattilakiss authored
* read module version from composer.json * Fix with the PHP Code Beautifier and Fixer (phpcbf)
-
- 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
-
- 11 Oct, 2019 1 commit
-
-
cyattilakiss authored
* Update checkout components version to 3.2.0 Update checkout components styling * - Adjust styling to new version - remove risk enabled false from checkout components - Add checkout component script to head
-
- 30 Aug, 2019 1 commit
-
-
alessio authored
use Magento\Framework\Serialize\Serializer\Serialize, fix typo on setAdditionalData, add !empty checks for serialization, change algorithm from md5 to sha256, send deviceFingerprint for Ratepay
-
- 29 Aug, 2019 1 commit
-
-
marcoss authored
-
- 12 Aug, 2019 1 commit
-
-
Alessio Zampatti authored
* PW-390 Added Google Pay skeleton/configuration * PW-390 Added Google Pay method on frontend + authorizationdatabuilder, config provider/logo * PW-390 Save BillingAgreements for googlepay * PW-390 Save vault token for GooglePay, fix button issue on css, fix isavailable promise * remove comments * Set token invisible for shopper if payment method is Google Pay * split formatAmount into formatAmount and decimalNumbers * PW-390 use only one merchant identifier for test/live, reformat comment in configuration
-
- 01 Aug, 2019 1 commit
-
-
rikt authored
-
- 23 Jul, 2019 1 commit
-
-
alessio authored
-
- 17 Jul, 2019 1 commit
-
-
attilak authored
trim address before parsing
-
- 16 Jul, 2019 1 commit
-
-
alessio authored
-
- 03 Jul, 2019 2 commits
-
-
attilak authored
we are not using them anymore Use TEST and LIVE instead of CHECKOUT_ENVIRONMENT_URL_TEST and CHECKOUT_ENVIRONMENT_URL_LIVE Add styling for admin Add component version number in the css files as well
-
attilak authored
Using environment in components instead of loadingContext Rename functions for getCheckoutContextUrl to getCheckoutEnvironment Update styling Follow component response changes - instead of state.data remap values to state.data.paymentMethod
-
- 21 Jun, 2019 1 commit
-
-
attilak authored
-
- 19 Jun, 2019 1 commit
-
-
attilak authored
-
- 06 Jun, 2019 1 commit
-
-
attilak authored
Fix for billing agreement undefined index in case of api response misconfiguration Fix undefined $store variable
-
- 21 May, 2019 1 commit
-
-
attilak authored
-
- 17 May, 2019 3 commits
-
-
cyattilakiss authored
Co-Authored-By:
Alessio Zampatti <gigendh@gmail.com>
-
cyattilakiss authored
Co-Authored-By:
Alessio Zampatti <gigendh@gmail.com>
-
cyattilakiss authored
Co-Authored-By:
Alessio Zampatti <gigendh@gmail.com>
-
- 16 May, 2019 1 commit
-
-
attilak authored
Format line item tax percentage Remove the check in the Result.php for merchantReference, because it is not required anymore Add locale code to payments code
-
- 14 May, 2019 4 commits
-
-
Rik ter Beek authored
* Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model. * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js Co-Authored-By:
rikterbeek <rikterbeek@users.noreply.github.com> * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js Co-Authored-By:
rikterbeek <rikterbeek@users.noreply.github.com> * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for or… (#436) * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for orders that are not matching the paymentmethod of the notification Set the ccType of boleto payments to the proper boleto variant. reset order id on card placeorder * PW-1173: use nonempty * Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model. * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js Co-Authored-By:
rikterbeek <rikterbeek@users.noreply.github.com> * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js Co-Authored-By:
rikterbeek <rikterbeek@users.noreply.github.com> * add errorMessage for oneclick
-
attilak authored
-
attilak authored
Convert Magento locale codes to ISO locale codes Fix javaEnabled and stateOrProvince Stop loading if error response returned during 3DS process
-
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
-