_edds_process_purchase_form()

A rewritten version of edd_process_purchase_form() that allows for full AJAX processing.


Description Description

edd_process_purchase_form() is run up until:

if ( $is_ajax ) { echo ‘success’; edd_die(); }

Then this function is called which reruns the start of edd_process_purchase_form() and continues the rest of the processing.


Source Source

File: includes/gateways/stripe/includes/compat.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.