Philip Korsholm

Results 14 issues of Philip Korsholm

**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

type: good first issue
type: feature idea

**What?** - Disabled buttons doesn't indicate why they are disabled

invalid
status: blocked

**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