Why Iframe is not showing?

Hi,
The paymentform I copied from the document and saved in Ubuntu and running with: python -m SimpleHTTPServer 8000
does not show the input text/iframe to submit the credit card nonce.

I am sure I include the "https://js.squareup.com/v2/paymentform properly.

How to get iframe, is it from the above link?

 

Appreciate your prompt response.

Thanks!

Tags (1)
1,410 Views
Message 1 of 2
Report
1 REPLY 1
Alumni

Can you share some more of your code? 

You should be able to just include the following code in your page to get the iframes to load. Are you getting any errors? 

 

<script type="text/javascript" src="https://js.squareup.com/v2/paymentform"></script>
1,400 Views
Message 2 of 2
Report