woocommerce / woocommerce-paypal-payments

https://wordpress.org/plugins/woocommerce-paypal-payments/
GNU General Public License v2.0
62 stars 47 forks source link

Replace crypto.randomUUID with a dependency (3165) #2262

Closed danieldudzic closed 4 months ago

danieldudzic commented 4 months ago

Description

This PR replaces the native crypto.randomUUID() with a dependency in order to avoid issues with browser and context (https) compatibility.

Steps to Test

  1. Load the checkout page, and ensure Fastlane gets initialized.

Screenshots

N/A