Hi Team,
I have been working away using the Checkout Toolkit JS for the hackathon and found that in both sandbox and live you have an extra ‘s’ in the url for smooth scroll asset attribute.
If you take a look at this file - please take a look at line 41:
https://sandboxcheckouttoolkit.rapyd.net/
' script.src = 'httpss://cdnjs.cloudflare.com/ajax/libs/iamdustan-smoothscroll/0.4.0/smoothscroll.min.js';'
should be:
script.src = 'https://cdnjs.cloudflare.com/ajax/libs/iamdustan-smoothscroll/0.4.0/smoothscroll.min.js';