Migrating to Web SDK v1.5
Version 1.5.0 changes how Google Pay and Apple Pay are rendered in the Lite SDK. Full SDK integrations are not affected.What changed
In v1.5.0, Lite SDK users must explicitly callmountExternalButtons() to render Google Pay and Apple Pay buttons. These payment methods no longer render automatically as radio buttons within the payment method list.
Full SDK integrations have no breaking changes — Google Pay and Apple Pay will automatically display as direct buttons instead of radio buttons, requiring no code changes.
Who is affected
- Lite SDK users: action required (see steps below)
- Full SDK users: no action required