Michael Bromley
Michael Bromley
@jacobfrantz1 thanks for the input. I definitely intend to allow partial refunds (as long as the underlying payment provider allows it, which is mostly the case). Right now the big...
Related: - https://github.com/Pinelab-studio/pinelab-vendure-plugins/issues/103
@martijnvdbrug good question. I'm not sure, I'd need to research how other systems handle this. Here's a video that show's Shopify's refund process - it is very simple and follows...
I think one issue that's going on here is that the permissions to read an entity are the same as those used to decide which UI menu items to display....
In general I think the option of accessing more specific request information is good, but I don't want to couple Vendure core with a specific paid geolocation service. One thing...
Hi, thanks for the report. Would you be interested in submitting a pull request to fix this?
This is because we rely on the Angular Forms API `dirty` and `pristine` properties to decide whether to display this modal. A form input becomes `dirty` as soon as its...
I'll add `maxAge` to the interface. For now, you should still actually be able to add it (although you'll need to make TypeScript happy) as the entire object gets passed...
Thanks for the report. Just from the description, it sounds like some async operation is not being awaited. Demo video would be helpful yes :)
Hi, unfortunately I am unable to reproduce this locally. I'm wondering whether there could be some custom code that may be related to this issue. Anything like custom OrderProcess, database...