mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 14:11:17 +00:00
Fix idiot copy/paste
This commit is contained in:
@@ -76,7 +76,7 @@ if (isset($_GET['stripe_create_pi'])) {
|
|||||||
// Get client's Stripe customer ID
|
// Get client's Stripe customer ID
|
||||||
$stripe_customer_query = mysqli_query($mysqli, "
|
$stripe_customer_query = mysqli_query($mysqli, "
|
||||||
SELECT payment_provider_client FROM client_payment_provider
|
SELECT payment_provider_client FROM client_payment_provider
|
||||||
WHERE client_id = $session_client_id AND payment_provider_id = $stripe_provider_id
|
WHERE client_id = $client_id AND payment_provider_id = $stripe_provider_id
|
||||||
LIMIT 1
|
LIMIT 1
|
||||||
");
|
");
|
||||||
$stripe_customer = mysqli_fetch_assoc($stripe_customer_query);
|
$stripe_customer = mysqli_fetch_assoc($stripe_customer_query);
|
||||||
|
|||||||
Reference in New Issue
Block a user