Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Adyen/adyen-magento2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.12.2
Choose a base ref
...
head repository: Adyen/adyen-magento2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.13.0
Choose a head ref
  • 14 commits
  • 45 files changed
  • 6 contributors

Commits on Dec 24, 2024

  1. [ECP-9482] Refactor Header Data Builder For Transaction Clients (#2819)

    * [ECP-9482-1] Added HeaderDataBuilderInterface, moved header builder to separate directory, updated constants in the observers, updated frontend type values to `luma`, added HeaderDataBuilder in the authorization flow for cancel, capture, refund, donate, payByLink, and pos transaction clients in di.xml
    
    * [ECP-9482-1] Removed HeaderDataBuilder from pos transaction client, updated the headers in all transaction clients
    
    * [ECP-9482-1] Updated Tests
    
    * [ECP-9482-1] Updated constants in data helper
    
    * [ECP-9482-1] Updated header in refund request options
    
    * [ECP-9482-1] Updated header in capture request options, revert donation header updates
    
    * [ECP-9482-1] Updated format
    
    * [ECP-9482-1] Remove capture test update
    
    * [ECP-9482-1] Update DataTest for new frontend type constant
    
    * [ECP-9482-1] Update Constants use in Data, remove unused constant for `headless` from HeaderDataBuilderInterface
    
    * [ECP-9482-1] Set frontendType in JS renderers to be `default`
    
    * [ECP-9482-1] Set placeorder method
    
    * [ECP-9482-1] Remove unused variable
    
    * [ECP-9482-1] fix formatting issue
    
    * [ECP-9482-1] reverse the frontend type change for giftcard
    
    * [ECP-9482-1] Added unit test for TransactionPaymentLinks
    
    * [ECP-9482-1] Added unit test for initializePaymentLinksApi in DataTest
    
    * [ECP-9482-1] Optimized TrasactionPaymentLinks test
    
    * [ECP-9482-1] Remove unused classes
    
    ---------
    
    Co-authored-by: sushmita <sushmita.thakur@adyen.com>
    SushmitaThakur and sushmita authored Dec 24, 2024
    Configuration menu
    Copy the full SHA
    3ab803c View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. [ECP-9580] Fix partial capture request (#2839)

    Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
    candemiralp and Can Demiralp authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    fe49f91 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. [ECP-9570] Update configuration value for pre-authorization (#2840)

    Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
    candemiralp and Can Demiralp authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    042dcd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de22ff8 View commit details
    Browse the repository at this point in the history
  3. [ECP-9357] Implement Instant Purchase (#2828)

    * [ECP-9357] Implement Instant Purchase
    
    * [ECP-9357] Add InstantPurchase dependency
    
    * [ECP-9357] Use local exception type
    
    * [ECP-9357] Refactor RecurringVaultDataBuilder unit tests
    
    * [ECP-9357] Write unit tests for AdyenCcConfigProvider class
    
    ---------
    
    Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
    candemiralp and Can Demiralp authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    0ad2747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ac5a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9734ca View commit details
    Browse the repository at this point in the history
  6. Migrating allow3DS2 to nativeThreeDS on /payments request, Hard…

    …coding values without making changes to the config values
    khushboo-singhvi committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    7d5d9ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea9992c View commit details
    Browse the repository at this point in the history
  8. [ECP-9561] Fix CAPTURE webhook processing for external capture attemp…

    …ts with different currency (#2834)
    
    * [ECP-9561] Implement ChargedCurrency helper to use the correct currency
    
    * [ECP-9561] Fix unit tests
    
    ---------
    
    Co-authored-by: Can Demiralp <can.demiralp@adyen.com>
    candemiralp and Can Demiralp authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    6c4bd7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c393926 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Merge pull request #2841 from Adyen/ECP-9494

    Migrating `allow3DS2` to `nativeThreeDS` on `/payments` request
    khushboo-singhvi authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    bbc80c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d69361b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Merge pull request #2835 from Adyen/promote/main

    Release v9.13.0
    khushboo-singhvi authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    4b53a16 View commit details
    Browse the repository at this point in the history
Loading