An error occurred fetching the project authors.
- 22 Oct, 2020 1 commit
-
-
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>
-
- 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>
-
- 26 Aug, 2020 1 commit
-
-
Ángel Campos authored
* [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>
-
- 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 Jan, 2020 1 commit
-
-
Imran Shakil authored
* constructor argument order To avoid "class not found" exception * constructor argument order exception faced "class not found"
-
- 17 Jul, 2019 1 commit
-
-
attilak authored
trim address before parsing
-
- 14 May, 2019 2 commits
-
-
attilak authored
Remove functions and settings related to - payment_selection_on_adyen - payment_routine - skin_code - hmac_test - hmac_live - ignore_second_address_field - delivery_days at Adyen HPP Update fall back notes at pay by mail settings
-
attilak authored
Put HPP redirect and Validate3d redirect (general handler) together Put HPP into the authorize flow instead of the order flow Show gender, date of birth and phone number for open invoice payment methods all the time - remove the admin settings Fix house number in the AddressBuilder Add first name, last name and country code in the CustomerDataBuilder
-
- 09 May, 2019 1 commit
-
-
cyattilakiss authored
* Using paymentMethods instead of directory lookup and some optimizations * add shopperLocale as well in the parameters * rename fetchHppMethods * Route HPP / APMs through checkout /payments * Handle both old HPP and the new checkout api flow Response will be handled in PW-705 * - Exclude open invoice payments from the checkout flow and route them through hpp - Code changes based on review * Handle response from Checkout API redirect * Resolve review comments - Add Received case into the Results controller - change depricated authResponse to resultCode * Move open invoice to checkout Put HPP redirect and Validate3d redirect (general handler) together Put HPP into the authorize flow instead of the order flow Show gender, date of birth and phone number for open invoice payment methods all the time - remove the admin settings Fix house number in the AddressBuilder Add first name, last name and country code in the CustomerDataBuilder * New function getStreetFromString in the helper that converts the street line into street and house number Fixes for code reviews * Move apple pay to checkout * Modifications for paymentMethods response Pass issuer for APMs * remove console log * Rename HppAuthorizationDataBuilder to CheckoutDataBuilder Add sepa direct debit component Fix place order button - enabled when the input is valid refactor in adyen-hpp-methods.js remove dedicated sepa direct debit payment method * rename ideal node remove onValid and onError callbacks, move functionality to onChange * fix onChange validity check * remove unused getSepaCountries function * additionalData is not necessary in the checkout api request * remove duplicated use * Style holder name input field Shareable checkout component for oneclick Move onValid and onError to OnChange * Add boleto method * Hide all the others boleto payment methods * Change shopperName to personalDetails, add telephone number and email address to personalDetails in the payments request if open invoice Move checkout component to version 2.1 Add the new checkout component css Add klarna and afterpay component * Clean paReq, MD, paymentObject only after handling the paymentsDetails call Use redirectUrl for issuerUrl as well Fix 3d secure flow * checkout component 2.1 from beta to live urls * Remove unused properties CheckoutDataBuilder. * Move the store id back * Applying fix for 3dsecure not working on Magento 2.3 * Applying fix for 3dsecure to retrieve resultCode * Redirect.php handles validate3d, vault and apm redirects and creates the billing agreement immediately The authorize3d call returns now the whole response object Installments are adjusted to the checkout component v2.1 OnBrand component callback implemeted for cc payments HPP error messages implemented for refused payments * fix instant billing agreement creation for redirect payment methods * remove validate3d.php * Fix oneclick component edge case for v2.1 if it's maestro and the cvc is empty or not empty and valid then order can be placed, if not empty and not valid then it cannot be placed * fix component missing from parameters * Check CVC validity at cc payment as well for the maestro edgecase (if the cvc is optional but the user already typed something which is not valid) At oneclick remove the bcmc check since the component now handles it Remove the oneClick property - not necessary anymore Outsource getting the details into a separate function * Remove df.js and device fingerprinting Leave ratepay fingerprint as it was * update css for card component for backend orders (#398) * handle Received result in Checkout validator * simplify cases * Add social security number support for openinvoice pm-s Adjust ssn for checkout api fix styling * return value fix * added logos * added some doku logos and changed the main credit card logo * fix pms with isuuerlist without component (#402) * fix for payment methods that have fields different from "issuer" * Adding molpay logos * add ratepay logo fix format invoice line item amounts * Adding logos(molpay, econtext_online) * filter out bcmc_mobile_qr for now * format the tax amount in openinvoice line items * add dragonpay logo * add dragonpay logos * Remove unused boleto methods and fix for single configured value * add ACH logo * Add the correct boleto list * Correct billing address for boleto * Add ACH checkout support - add bank account number - add bank location id - add bank account owner name - add validation on frontend * typo * add support for banktransfer_iban * Make constants more readable * added checks if payment object exists and fix _blank links * Add missing logos * Rename Adyen HPP to Alternative payment methods Remove functions and settings related to - payment_selection_on_adyen - payment_routine - skin_code - hmac_test - hmac_live - ignore_second_address_field - delivery_days at Adyen HPP Update fall back notes at pay by mail settings * [PW-1054] Implement multibanco payment method * Add logos * Add logos * Update filter function * Remove unnecessary payment routines * Resolve code review comments * Resolve code review comments Add logos * Revert isOpenInvoiceMethod changes * readding VaultDetailsHandler to di.xml * readding imports necessary for creating vault tokens in case of 3dsecure
-
- 03 May, 2019 2 commits
- 25 Apr, 2019 1 commit
-
-
attilak authored
-
- 19 Apr, 2019 1 commit
-
-
attilak authored
Shipping and discount line item ids as well
-
- 04 Feb, 2019 1 commit
-
-
Alessio Zampatti authored
* add $store to retrieve correct merchant account * add $store to retrieve correct merchant account * getId
-
- 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
-
- 04 Dec, 2018 1 commit
-
-
attilak authored
/details.shtml
-
- 03 Dec, 2018 1 commit
-
-
attilak 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
-
- 01 Jun, 2018 1 commit
-
-
Alessio Zampatti authored
* PW-256: Added multiple partial captures for OpenInvoice payments * PW-256: Added adyen_invoice table, added support for acquirerReference. * PW-256: Moved OpenInvoiceLineData function in the helper. refactored getItemVatAmount, changed description of the entityID * PW-256: Refactor openinvoicedata functions * PW-256: Refactor __construct
-
- 09 Jan, 2018 1 commit
-
-
Bas Maassen authored
* PW-338 Validation Additional fields
-
- 06 Nov, 2017 3 commits
- 06 Sep, 2017 1 commit
-
-
Alessio Zampatti authored
* PW-251: Update device fingerprint for ratepay
-
- 21 Jul, 2017 1 commit
-
-
Rik ter Beek authored
-
- 19 Jul, 2017 1 commit
-
-
Rik ter Beek authored
-
- 17 Jul, 2017 1 commit
-
-
Rik ter Beek authored
-
- 29 Jun, 2017 1 commit
-
-
Rik ter Beek authored
-
- 28 Jun, 2017 1 commit
-
-
Rik ter Beek authored
-
- 20 Apr, 2017 1 commit
-
-
Rik ter Beek authored
-
- 06 Apr, 2017 1 commit
-
-
Rik ter Beek authored
-
- 19 Aug, 2016 1 commit
-
-
Rik ter Beek authored
-
- 02 Aug, 2016 1 commit
-
-
Rik ter Beek authored
#61 send in extra data for openinvoice and fix result hmac calculation so it alllow to have dots in the result params
-
- 01 Aug, 2016 1 commit
-
-
Rik ter Beek authored
-
- 23 May, 2016 1 commit
-
-
rikterbeek authored
-
- 26 Feb, 2016 1 commit
-
-
rikterbeek authored
-
- 04 Jan, 2016 1 commit
-
-
rikterbeek authored
-