Question:
I am working on integrating Chargebee into a Blazor app. The way the drop-in script for Chargebee works is I need to include a javascript script, which I am doing in my index.html file.Thanks in advance for any help.
Answer:
You will need to callChargebee.init(options);
via JSInterop. See the documentation linked below for more details on the Chargebee JS API.https://www.chargebee.com/checkout-portal-docs/api.html#chargebee-object
If you have better answer, please add a comment about this, thank you!