Ania Warzecha

Results 20 issues of Ania Warzecha

I want to merge this change because OrderLineDelete and OrderLineUpdate were crashing when they didn't have an allocation e.g. for Orders coming from an import from external services. The outcome...

skip changelog

I want to merge this change because if someone sends VoucherCode in Voucher input it would explode by trying to fetch `channel_listings`. # Pull Request Checklist - [ ] Privileged...

skip changelog

I want to merge this change because when `discount_amount` is 0 in `generate_checkout_payload_for_tax_calculation` it will throw an `AttributeError: 'int' object has no attribute 'quantize'`. This PR is addressing that issue....

skip changelog

Port of #16042

skip changelog
main
translations

I want to merge this change because `getTransaction` is triggering a 500 error when there is an ID of a wrong type passed as input. - [ ] Privileged queries...

3.19

I want to merge this change because it's adding a logger when celery would have a task crash on rare cases where `job_id` is missing. # Pull Request Checklist -...

skip changelog

I want to merge this change because it's introducing a new field for a FK to ProductVariant on `AssignedVariantAttributeValue`. This change is part of the work needed to simplify ProductVariant...