You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SecurityError when initializing Venmo in a cross-origin iframe
Fix cancelOnReturnToBrowser being incorrectly applied on Android, where venmoWindow.closed returns a false positive during app-switch
PayPal Checkout v6
Fix: Remove incorrect default planType: 'UNSCHEDULED' value in billing agreement requests. planType is now only included when explicitly provided by the merchant, matching V5 behavior
Fix: Remove incorrect default planType: 'UNSCHEDULED' value in billing agreement requests. planType is now only included when explicitly provided by the merchant, matching V5 behavior
Add V5 parity options to createBillingAgreementSession: locale, landingPageType, enableShippingAddress, shippingAddressEditable, and riskCorrelationId
Add createMessages method for displaying PayPal promotional messaging using the <paypal-message> web component