More Stripe Troubleshooting
This commit is contained in:
parent
6a307397fd
commit
6f393bf8d1
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue