Davide Marchet

Results 9 issues of Davide Marchet

### What I'm trying to achieve Have a mutation for adding a note. Nowadays there is no way to add a note to the checkout despite the GQL Schema have...

Feature request
checkout

### What I'm trying to achieve Del,ete order with Gift Card ### Steps to reproduce the problem 1. Buy a gift card 2. Go to the order page in the...

bug

### What I'm trying to achieve Add coupon with more than 12 characters according to the documentation [https://docs.saleor.io/docs/3.x/dashboard/discounts/vouchers](https://docs.saleor.io/docs/3.x/dashboard/discounts/vouchers). ### Steps to reproduce the problem 1. Got o discount into the...

bug

Hi, I need to run all my Nuxt app under `/blog/`: In local development I set router base: ``` export default { router: { trailingSlash: true, base: '/blog/', }, }...

Hi guys, I cannot figure out how to use a Bearer code obtained after a login. I've got this situation in asyncData: ```javascript const token = await myTokenFn() // A...

Hi, It's possible return the attributes list of a product or category o collection querying `getList` ? Thanks in advance and regards, Davide

Hi, I'm trying to figure out 3d secure payment with Stripe. I need to retrieve the confirmationData from the gateway. When I submit **completeCheckout** returns this array `[{"data": {"checkoutComplete": {"errors":...

Hi, in the Auth api there isn't any method who let user account confirmation. It could be useful add a method `confirmAccount(TOKEN)`. Now I menage it via mutation. Thanks in...

At first load if the prop Visible is set to FALSE the check `if (this.visible)` doesn't let to set visibility to my instance. I've change the prop declaration giving the...