More Stripe Troubleshooting

This commit is contained in:
Ruben Ramirez 2025-04-04 02:56:13 -05:00
parent 6a307397fd
commit 6f393bf8d1

View file

@ -1,5 +1,3 @@
log_to_file("Stripe - Passed is_admin check.");
<?php
/**
@ -248,6 +246,8 @@ function quiztech_handle_credit_purchase_submission() {
log_to_file("Stripe - is_admin");
return;
}
log_to_file("Stripe - Passed is_admin check.");
// Get the Manage Credits page URL reliably
$manage_credits_page = get_page_by_path('manage-credits'); // Assumes page slug is 'manage-credits'