Luke, I haven’t experienced this issue again since I first posted this thread – but I did upgrade to the latest version of Gravity Forms today, and payments are currently not processing. Payments are not showing up in Braintree and no transaction ID is assigned to the entry. No error upon form submission. I am using Gravity Forms 1.8.11.6, directly from their website (not the version pushed through the dashboard). Can you reproduce this or is it just me? Still troubleshooting.
GF changelog in case one of these has impacted the plugin…
——————————————————————————————————————-
Version 1.8.11.6
– Added PHP version of the “gform_calculation_result” filter
add_filter( ‘gform_calculation_result’, ‘my_calc_result’, 10, 5 );
function my_calc_result( $result, $formula, $field, $form, $entry ) {
// modify result as needed
return $result;
}
——————————————————————————————————————-
Version 1.8.11.5
– Added GFAPI::get_forms() method
——————————————————————————————————————-
Version 1.8.11.4
– Added a check in the maybe_process_callback function to see if the callback has been aborted to prevent processing for the Payment Add-On
——————————————————————————————————————-
Version 1.8.11.3
– Fixed issue with multiple file upload merge tag not including a line break when in html format
——————————————————————————————————————-
Version 1.8.11.2
– Updated chosen js, styles and images to latest version
——————————————————————————————————————-
Version 1.8.11.1
– Fixed issue with List field markup; more <td> than <col>
– Fixed markup validation issue with List Field where label for attribute did not match a valid input
——————————————————————————————————————-
Version 1.8.11
– Fixed issue where <col> tags were closed incorrectly generating invalid HTML markup.
– Fixed issue with notifications not being sent when configured with multiple email addresses.
– Fixed issue with legacy notifications getting marked as inactive after being edited.