Django-stripe-paymants and eldarion-ajax subscribe JSON response
问题 I am working with Django-stripe-paymants and it's working except for handling the JSON response after the subscribe form is completed. They payment is processed and the web hooks look good. But it is just showing the JSON is browser window. ie: {"html": "\n\n\n<div class=\"subscribe-form\">\n <h2>Purchase a Subscription..... I imagine there is something small missing in the Java script, but am stuck. I have read through the documentation a few times and searched around for a solution. The