Migrating from 2.x to 3.x version
This guide shows how to migrate from 2.x to 3.x versions of the Fuul Web SDK
There is only a minor breaking change when upgrading the Fuul SDK to the 3.x versions:
1. Getting the affiliate tracking links
The generateTrackingLink
method now returns a Promise<string>
instead of a string
. It now also accounts for affiliate codes created by the affiliateAddress
argument.
v1.x/v2.x
v3.x
For more information on getting the affiliate link, check out this guide.
Last updated