Where should we submit Bugs?

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';

1 Like

Another one in your checkout API response you provide this as an Icon Image URL:
https://iconslib.rapyd.net/checkout/sg_samkiosk_cash.png

and yet it does not render anything. :upside_down_face:

1 Like

Hi, Ryan. Thanks for pointing this out. The developers have already fixed this and it will be deployed next week. If you find any other bugs, feel free to post them here or in the Slack channel.

Good luck with your project! :medal_sports:

1 Like