Nick Miller

Results 8 comments of Nick Miller

@PaddyCo +1 for a PR for the elapsed feature. I used your branch in a private project and it worked great. Would love to see this make it into master.

I've been looking at doing this as well. At this point in my research, I think the limiting factor is whether or not the underlying bitcoind daemon supports extra indices...

I believe I am also seeing this issue, or one quite similar. If we have a `TXT` record created ahead of time (for example, as required by mailgun, when our...

We are hitting this issue as well. Pretty big blocker for us to use a custom tax provider. I mentioned it on discord, and only just now saw this issue

We don't have a custom cart completion strategy, but rather a custom tax provider

Ok, figured it out. Because of the fix in https://github.com/medusajs/medusa/pull/1262, `code` cannot be `null`. There is a unique constraint that apparently depends on code _not_ being null. After setting `code`...

@sojan-official Any chance this will be addressed in the next release? We have hit this issue again and it does pose a large risk to our self-hosted instance.