Ania Warzecha
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...
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...
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....
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...
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 -...
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...