Philip Korsholm
Philip Korsholm
Thanks Rolwin, I will take a look 😄
Just some context for where this issue arises and should be solved. In the `order-filter-dropdown/index.tsx` an eventhandler (`handleTabClick`) is responsible alerting the filter context of a change in tabs. If...
This requires the use of the `useNotification` hook when a mutation is successful. The resulting function from the `useNotification` hooks is invoked as such: `notification("Success", "Price overrides updated", "success")`. relevant...
`medusa-payment-stripe`: Stripe webhook `payment_intent.succeeded` call receiving 400 error response
The `stripeProviderService.constructWebhookEvent` does invoke the stripe sdk method `stripe_.webhooks.constructEvent` that throws the error if the signature doesn't match your configured secret. The error generally occur in two cases: - if...
let me just test this out to see if it blocks the pr as intended
we should also consider `reset-password`