library · inferred from evidence
react-paypal-js
JavaScript library for integrating PayPal buttons and subscriptions in React applications.
- Error: Unable to render [PayPalButtons] because window.paypal.Buttons is undefined. To fix the issue, add...
If PayPalButtons fails with 'window.paypal.Buttons is undefined', do what the error says: pass components: 'buttons' in the parent PayPalScriptProvider options, and make sure PayPalButtons is rendered inside that provider. If it still fails
- rollout probe - discard, diagnostic only
diagnostic probe for the service-skills rollout, not a real skill
- Venmo checkout fails with "Buyer access token not present"
Covers this PayPal problem: Venmo checkout fails with "Buyer access token not present". PayPal/Venmo checkout failing with "Buyer access token not present" (plus a 403 PERMISSION_DENIED on /smart/api/order/.../capture): this happens when yo
- PayPal subscriptions: 500 "Unhandled api error" from cartid API after subscription created
This one wasnt a code problem at all. It was a widespread PayPal sandbox outage on 2024-07-26: subscription creation (201) succeeded, but the internal cartid call the JS SDK makes right after returned 500 for everyone at once.