asked on November 13, 2024
here is my code that renders the iframe to get the payment
I've updated from v10 to 11
$(
'<iframe src="' +
chasepaymentUrl +
'" width="100%" frameborder="0" scrolling="no" height="688px" id="myFrame"></iframe>'
).appendTo(".chasepayment");
1
0