An error occurred fetching the project authors.
- 10 Nov, 2020 1 commit
-
-
Ángel Campos authored
* [PW-2029] New charged currency config field * [PW-2029] Charged currency default value * [PW-2029] Charged currency config getter * [PW-2029] Removing unused setOpenInvoiceData() in Redirect block class * [PW-2029] New charged currency column for sales_order table * [PW-2029] Event observer to save order's charged currency for future use in refunds * [PW-2029] ChargedCurrency.php helper class for orders, quotes, stores and refunds * [PW-2029] Using the ChargedRefund helper * [PW-2029] Fix broken unit test because of new AdyenInitiateTerminalApi dependency * [PW-2029] AdyenAmountCurrency model * [PW-2029] Using AdyenAmountCurrency model * [PW-2029] Adding discount and tax amount for items in ChargedCurrency model * [PW-2029] Setting discount and tax amount for items * [PW-2029] Getting tax and discount amount for items in CheckoutDataBuilder * [PW-2029] Adjusting CaptureDataBuilder to use new AmountCurrency model * [PW-2029] ChargedCurrency php docs * [PW-2029] Removing use statements from AdyenSalesOrderChargedCurrencyObserver * [PW-2029] Saving base or display in adyen_charged_currency instead of currency code on order placement * [PW-2029] Using new AdyenAmountCurrency model * [PW-2029] AdyenAmountCurrency for partial PBM * [PW-2029] AdyenAmountCurrency in Capture and Refund builders * [PW-2029] Renaming orderAmount var for code smell * [PW-2029] Removing redundant boolean literal * Version 7.0.0 bump * [PW-2029] Extra usages of ChargedCurrency helper * [PW-2029] Removed charged currency config field from admin panel * [PW-2029] Adjusting usage of currency in Cron.php * [PW-2029] Code styling * Fix phpcs Co-authored-by:
attilak <attila.kiss@adyen.com>
-
- 01 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> 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>
-
- 28 Aug, 2020 1 commit
-
-
Jeroen authored
OrderAddressInterface does not contain getCountry method 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>
-
- 27 Dec, 2018 1 commit
-
-
Rik ter Beek authored
Refactor the complete oneclick process as it was not correctly send to checkout api. Build a converter to convert oneclick,recurring to enableOneclick and enableRecurring to make it easier for the merchants to configure. Update version so upgrade script will be executed. Added converter back to oneclick,recurring to be backwards compatible with current billing agreements. Made fixes for oneclick and bcmc. added styles for cards component and oneclick component.
-
- 11 Dec, 2018 1 commit
-
-
Rik ter Beek authored
-
- 12 Nov, 2018 2 commits
-
-
Aleffio authored
Remove customer prefix, re-add 1 minute delay on notifications, re-add store_id on query Billing Agreements
-
stkams authored
* customer reference prefix * added java doc; made customer_reference_prefix only available in default * workaround for adyen notification processing delay * updated the module version to that of master * Allow to retrieve api key for a specified store
-
- 29 Jun, 2018 1 commit
-
-
torreytsui authored
-
- 22 Feb, 2018 2 commits
-
-
Maikel Koek authored
This link only shows when the original order payment method is an Adyen method, the total due is greater than 0 and the invoiced total is greater than 0.
-
Maikel Koek authored
-
- 13 Nov, 2017 1 commit
-
-
Alessio Zampatti authored
-
- 20 Apr, 2017 1 commit
-
-
Rik ter Beek authored
-
- 19 Aug, 2016 1 commit
-
-
Rik ter Beek authored
-
- 02 Aug, 2016 3 commits
-
-
Rik ter Beek authored
-
Rik ter Beek authored
#67 fix skinCode for PayByMail and added genericConfigProvider for general setting to show icons or not
-
Rik ter Beek authored
#67 Adyen PayByMail is now using the Facade implementation and fixes that HPP and POS are not available for backend orders, removed unused variable in OneClick form block removed unused AdyenAbstract method.
-
- 22 Jul, 2016 1 commit
-
-
Rik ter Beek authored
-
- 25 May, 2016 2 commits
-
-
rikterbeek authored
-
rikterbeek authored
-
- 23 May, 2016 1 commit
-
-
rikterbeek authored
-
- 20 May, 2016 1 commit
-
-
rikterbeek authored
-
- 26 Apr, 2016 2 commits
-
-
rikterbeek authored
-
rikterbeek authored
-
- 08 Mar, 2016 2 commits
-
-
rikterbeek authored
-
rikterbeek authored
-
- 07 Mar, 2016 1 commit
-
-
rikterbeek authored
-
- 26 Feb, 2016 1 commit
-
-
rikterbeek authored
-
- 09 Feb, 2016 1 commit
-
-
rikterbeek authored
fix length field holder name, result URl fix for logger, added some license texts, cleanup code and remove die() statement in a catch statement
-
- 08 Feb, 2016 1 commit
-
-
rikterbeek authored
oneclick implemented billing agreement disable call to adyen, creditcardtype now set for CreditCard and Oneclick payment method, removed cron controller, added info and error logfile for info and error statements, fix save creditcard checkbox function
-
- 05 Feb, 2016 1 commit
-
-
rikterbeek authored
Implemented OneClick payment method, seperate log file for notfiications, implemented recurring_contract notification saved into billing agreements
-
- 13 Jan, 2016 1 commit
-
-
rikterbeek authored
added support for refund and capture, added loggers so it is possible to log to different files(not fully working yet)
-
- 04 Jan, 2016 1 commit
-
-
rikterbeek authored
-
- 01 Dec, 2015 1 commit
-
-
rikterbeek authored
-
- 27 Nov, 2015 1 commit
-
-
rikterbeek authored
-
- 23 Sep, 2015 1 commit
-
-
rikterbeek authored
-
- 22 Sep, 2015 4 commits
-
-
rikterbeek authored
-
rikterbeek authored
-
rikterbeek authored
-
rikterbeek authored
-