From 235f88f59e1a423092229688831089b062e31ba9 Mon Sep 17 00:00:00 2001 From: Ruben Ramirez Date: Fri, 4 Apr 2025 02:43:11 -0500 Subject: [PATCH] More Stripe Troubleshooting --- functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.php b/functions.php index c4aed93..0fae982 100644 --- a/functions.php +++ b/functions.php @@ -1,3 +1,6 @@ + + log_to_file("Stripe - Handler function started on template_redirect."); + log_to_file("Stripe - POST data inside handler:", $_POST);