-
Á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>
bc55db09
Analyzing file…