Dominik Mengelt

Results 73 comments of Dominik Mengelt

@devalensio yes of course! A couple of thoughts: - Make sure to first update the [Google Pay types](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/googlepay/index.d.ts#L894) to support `authJwt` and `merchantOrigin` - Please update all the different implementation...

hi @descorp this is interesting. the original issue is/was: https://github.com/facebook/react-native/issues/17968 Do you want to submit a PR to remove `viewTreeObserver.addOnGlobalLayoutListener { requestLayout() }`?

@Fluccioni stupid me. this was a mistake. I'm sorry. fixed

very nice proposal @jeanvcastro - we will look into it

@jeanvcastro the initial loading of `pay.js` would also include the `nonce` attribute. right? Like: ```js ``` Or would you "allow" https://pay.google.com/gp/p/js/pay.js in your `Content-Security-Policy` header?

We implemented the "immediately show a popup" feature for all scenarios where the [Payment Request API](https://developer.mozilla.org/en-US/docs/Web/API/Payment_Request_API) / [Payment Handler API](https://developer.mozilla.org/en-US/docs/Web/API/Payment_Handler_API) is not available. This is in order to circumvent certain...

@mik3ca2 can you share a link to your website whit the Google Pay integration?

I don't see any of those error in the console when loading your website.

Alright. So this only happens when you use PageSpeed. Correct? Your Google Pay integration works otherwise?