Philip Korsholm
Philip Korsholm
Fixes CORE-348
**What** - convert system payment provider to typescript
**What** - add filtering to `/customers/me/orders` on the following parameters: - `id?: string;` - `q?: string;` - `status?: OrderStatus[];` - `fulfillment_status?: FulfillmentStatus[];` - `payment_status?: PaymentStatus[];` - `display_id?: string;` - `cart_id?:...
**What** - allow nulls in the update dto for promotions for: `ends_at`, `valid_duration` and `usage_limit` **Why** - to enable the admin client to remove the previously mentioned properties using the...
**What** - remove additional workflow run on pull request creation - include linting in the pipeline though only with warnings, allowing the pipeline to pass with a failing linter but...
**What** - include overrides of metadata with null
**What?** - Add additional prompt in the 'edit variant' modal when clicking delete
**What?** - Disabled buttons doesn't indicate why they are disabled
**What** - cancel an order edit Fixes CORE-500
**What** - use the protected file upload from https://github.com/medusajs/medusa/pull/2433 when creating imports