tristansokol / vue-square

An example of using Vue.js with the Square payment form
25 stars 8 forks source link

Does this code still works? It seems out dated for me #6

Open tycooperaow opened 4 years ago

tycooperaow commented 4 years ago

No Template

👉 Please follow one of the issue templates provided by the repo - if you are seeing this message, it means you haven't.

If you don't follow the issue template, we may immediately close it.

tycooperaow commented 4 years ago

brave_2020-07-05_00-29-53

This is what I see when I first clone the project

geneowak commented 4 years ago

@tycooperaow it is because of the SqPaymentForm is not being loaded. You can solve this by removing the async form the script that loads the PaymentForm on line 7 in the index.html file... Check PR #3 for the fix