zulip/static/js/billing
Vishnu KS 199d3859fb billing: Make create_ajax_request accept callback function.
This is a prep commit for the Stripe checkout migration.

create_ajax_request function used to create an ajax request to our
billing API and on completion redirect to one of the URLs in our
website. The stripe migration requires the ajax request function to
execute Stripe javascript code post the request completion to redirect
to Stripe checkout page. So this commit updates the function to accept a
callback function which gets executed post the request completion.
2021-07-20 14:43:38 -07:00
..
billing.js billing: Make create_ajax_request accept callback function. 2021-07-20 14:43:38 -07:00
helpers.js billing: Make create_ajax_request accept callback function. 2021-07-20 14:43:38 -07:00
upgrade.js billing: Make create_ajax_request accept callback function. 2021-07-20 14:43:38 -07:00