Boris Kamp
Boris Kamp
Is it intended that when I create a booking trough the API with POST {{cal_base_url}}/bookings and use a `start_time` which is outside of the available hours for the event, that...
Hi! Using Strapi `4.20`, Im deleting media attached to a collection type before deleting the collection type itself. Im using the `beforeDelete` lifecycle hook and in there I have the...
Hi! Im running `"nuxt": "2.17.0"` and `"flowbite": "^2.2.0"`. I've setup flowbite in my tailwind config file: ``` /** @type {import('tailwindcss').Config} */ module.exports = { darkMode: 'class', content: ['./components/**/*.{js,vue,ts}', './layouts/**/*.vue', './pages/**/*.vue',...
### Environment - Operating System: `Darwin` - Node Version: `v20.4.0` - Nuxt Version: `3.7.4` - CLI Version: `3.9.0` - Nitro Version: `2.6.3` - Package Manager: `[email protected]` - Builder: `-` -...
Running `medusa` `1.20.0` and `medusa-payment-stripe` `6.0.7` Im having all my webhooks fail. In Stripe dashboard, all the webhooks return a `400` with the following message: ``` Webhook Error: Webhook payload...
Hi! I see the Faker version is v5 whilst v8 is out already. Are there plans to update the faker version?
I implemented refunds in my project but found several documentation issues: https://docs.medusajs.com/api/admin#orders_postordersorderrefunds 1. The `reason` cannot be any string (`"Do not like it"` in the example), it must be an...
### Vue Currency Input version 3.0.5 ### Vue version 2.7.10 ### What browser are you using? Chrome ### What operating system are you using? OSX ### Reproduction link https://example.com ###...
Hi! Using medusa `1.20.6` im refactoring my custom subscriber files to match the [new](https://docs.medusajs.com/development/events/create-subscriber) way. My current subscribers use the [old deprecated way](https://docs.medusajs.com/development/events/create-subscriber-deprecated) I have one subscriber which listened to...
Hey! See here: https://github.com/medusajs/medusa/pull/5540 @shahednasser asked me to create an issue. I created a custom tax provider but forgot to set the tax_code in the medusa interface: This resulted in...