square / connect-csharp-sdk

C# client library for the Square Connect APIs
https://docs.connect.squareup.com/
Apache License 2.0
27 stars 25 forks source link

connect-csharp-sdk charge example #38

Closed petespatio closed 7 years ago

petespatio commented 7 years ago

I have the example charge application running locally. When i try to run the example on an actual website, the boxes don't show up. Image attached. I copied the /bin files to the website/bin folder. I copied the default.aspx/cs files to the /square folder similar to running locally.

The website is running 4.x.

square

frojasg commented 7 years ago

from square API documentation:

The payment form must be generated on a webpage that uses HTTPS, with one exception: you can test on localhost without using HTTPS.

You can ask for help on Stack Overflow or join Square Slack channel as well :)