I just installed GiveWP. I never had a successful donation as I always got empty entry requestData:
{ “error_type”: “validation_error”, “exceptionMessage”: “Form field validation error”, “formData”: { “requestData”: [], “formId”: 0 } }
and debug log:
======================
array(0) { }
Notice: Undefined index: formId in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 52
Notice: Undefined index: gatewayId in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 53
Notice: Undefined index: originUrl in /opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php on line 54
Notice: Undefined index: isEmbed in?/opt/lampp7/htdocs/demo/wedo/wp-content/plugins/give/src/DonationForms/DataTransferObjects/DonateFormRouteData.php?on line?55
=====================================