Use stripe_init include to init stripe and updated code everywhere

This commit is contained in:
johnnyq
2026-07-23 13:00:01 -04:00
parent 7ccdc942fe
commit 8f43b92496
10 changed files with 39 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ if ($session_contact_primary == 0 && !$session_contact_is_billing_contact) {
}
// Initialize Stripe
require_once '../libs/stripe-php/init.php';
require_once '../includes/stripe_init.php';
// Get Stripe provider info
$stripe_provider_query = mysqli_query($mysqli, "