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: saleor/saleor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.21.6
Choose a base ref
...
head repository: saleor/saleor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.21.7
Choose a head ref
  • 3 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 3, 2025

  1. Fix race condition in TransactionCreate mutation when updating checko…

    …ut/order prices (#17912)
    
    * Fix race condition in TransactionCreate mutation when updating checkout/order prices (#17893)
    
    * Fix race condition in TransactionCreate mutation
    
    * Fix unintentional change in order utils`
    
    * Fix missing database transaction in TransactionCreate mutation
    fowczarek authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    0556c9f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Fix logic for subtracting gift cards value from checkout total. Subtr…

    …act (#17920)
    
    gift card value from gross value and calculate net value accordingly.
    Fixes a corner case where checkout net value could sometimes go below
    zero.
    
    Add a migration for adjusting orders using gift cards having net value
    below zero.
    wcislo-saleor authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    6ec37e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c111c View commit details
    Browse the repository at this point in the history
Loading