Skip to content

Conversation

jonacox-paypal
Copy link
Contributor

@jonacox-paypal jonacox-paypal commented Oct 2, 2025

Description

  • Uses new SDK getPayPalSession method
  • Uses this method in place of getOrCreateGlobalSessionID method

Screenshots

image

Testing instructions

@jonacox-paypal jonacox-paypal changed the title Updates sdk and uses new method for global identifier feat: Uses new SDK method for global identifier Oct 2, 2025
requestDuration: getRequestDuration()
requestDuration: getRequestDuration(),
// Global Session ID allows messages to be correlated to button events
globalSessionID: getGlobalSessionID()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's another spot below where onReady can be called for the rerender use case where we should include this to stay consistent and prevent accidentally removing the value if it were to be omitted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Nate, I've addressed the re-render logic

@Seavenly Seavenly changed the title feat: Uses new SDK method for global identifier refactor: use new SDK method for global identifier Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants