async function initCheckout() { // Get API key const publicApiKey = await getPublicApiKey() // Initialize SDK - now with await const yuno = await Yuno.initialize(publicApiKey) // Start checkout - now ...