Ravi Shrestha

Results 16 comments of Ravi Shrestha

Has anyone know how to fix this issue? Have been getting stuck from publishing patch release due to this.

@JasonLiSZ Is this pr fix working for you for the latest version of the electron (i.e. 12 or higher)? I tried to copy your changes to the devtron repo and...

To add more details, fields which are token typed are not basically working in the query. Tried with metadata['key']:'value' too - didn't work either. https://stripe.com/docs/search#query-fields-for-payment-intents

What is this token type? Is this different from the `string` type? Am I missing any configurations?

Thanks for looking at this @remi-stripe. This is the output I get with your above codes: ``` > Looking for all PaymentIntents for cus_ABCDEF > Number of PaymentIntents found: 0...

@remi-stripe I get this ``` > Looking for all PaymentIntents for cus_Hm0J0lNvSV1HmR > Number of PaymentIntents found: 10 ```

@remi-stripe Yeah I had figured that the code works for a static value or when you predefined the customer at the search code. And then I thought the customer coming...

@remi-stripe Nevermind! I got around this using `stripe.paymentIntents.retrieve` function to validate payment in the Stripe. Though its strange that this issue only happening to me... For now I'll close it....

@ericblade I had tried with that as well (using `useLayoutEffect`) but it didn't work. However, if I try using as a normal function then it loads the custom title bar....

@system32uwu No it works fine (without any issue) but I don't think this is the correct way using in React app. To be honest, I was wondering that I would...