eldarion-ajax

Django-stripe-paymants and eldarion-ajax subscribe JSON response

Deadly 提交于 2019-12-19 10:12:26
问题 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

Django-stripe-paymants and eldarion-ajax subscribe JSON response

。_饼干妹妹 提交于 2019-12-01 11:29:24
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 common cause for this was not including bootstrap-ajax.js. Since the last relevant issue I can find,