Jamund Ferguson
Jamund Ferguson
This bug was doing really cool things to my website for this conference I'm organizing (different random skewing on different images on each load). ![screen shot 2018-05-16 at 2 12...
Not sure if this helps, but if you look at line 95 the error actually appears to be a Google Plus API error: https://github.com/jaredhanson/passport-google-oauth2/blob/master/lib/strategy.js#L95 Sorry I don't know more than...
We're working on improved documentation for this feature and have some documentation you can look at here that provides a fully working example: https://developer.paypal.com/limited-release/shipping-options/ Instead of updating shipping options you'll...
Usually this means there was an issue loading the paypal sdk script, which is usually included with the ``. Can you share a screenshot of your network tab? My hunch...
Is this code path fully client side rendered? I'm wondering if nextjs server rendering is somehow messing with the order (or duplicating) the script tags provided by the PayPal scripts...
I can do more follow up on Monday, but any difference if you put `` higher up in your app in case somehow it's being rendered multiple times (i.e. multiple...
Any luck on this? We do have a working NextJS implementation guide here: https://medium.com/paypal-tech/how-to-use-paypal-to-integrate-card-payments-to-your-website-31e2d20355c With a code sandbox link so you can try it out yourself: https://codesandbox.io/s/paypal-custom-payment-integration-b9il3r
What's our react native story? On Sat, Apr 23, 2022, 7:07 PM github-actions[bot] ***@***.***> wrote: > This issue has been automatically marked as stale. *If this issue is > still...
FWIW I love this
I was also having the same problem trying to use dust with browserify and on my copy made the following change: ``` if (typeof exports !== "undefined") { - if...