I'm trying to switch our application to a modal dialog to create / update a subscription.
I can get the modal to pop up, and I see a network request for the content. But no content ever appears within the modal. I do see a iframe in the DOM with content, but it is never made visible.
I'm roughly following this example, which does show content within the modal as expected:
Will McGugan
Hi,
I'm trying to switch our application to a modal dialog to create / update a subscription.
I can get the modal to pop up, and I see a network request for the content. But no content ever appears within the modal. I do see a iframe in the DOM with content, but it is never made visible.
I'm roughly following this example, which does show content within the modal as expected:
https://github.com/chargebee/chargebee-checkout-samples/blob/master/api/front-end/jquery/index.html
There are no error messages in the console. I'm unsure how to proceed. Could you please advise on potential solutions.
Will McGugan