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.20.96
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.20.97
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 7, 2025

  1. Fix missing voucher_code assignment in order (#16775) (#18025)

    * add missing voucher_code assignment in order
    
    - Corrected missing assignment to voucher_code in checkout process.
    - Ensures voucher is properly tracked during order creation.
    
    * Update saleor/checkout/complete_checkout.py
    
    Add suggestion code.
    
    
    
    * Update test_order_create_from_checkout.py
    
    ---------
    
    Co-authored-by: Alexis Mansilla <31359922+Dv-del@users.noreply.github.com>
    Co-authored-by: Piotr Zabieglik <55899043+zedzior@users.noreply.github.com>
    3 people authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    ecd2754 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Release 3.20.97 (#18030)

    fowczarek authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    7263826 View commit details
    Browse the repository at this point in the history
Loading