2/21/23 Release Notes (SDK V1.1)

Updated support to keep variable values updated if they change dynamically in the background.

If a variables value changes AFTER your block initially loads, then it is at risk of displaying outdated data to a customer. This can happen for example, if a user adds product to the cart, and the cart variables now display a prior cart amount. Use can use the registerEventHandler function to keep your variable values dynamic & up to date.