Fixed stripe Migration table name spelling

This commit is contained in:
johnnyq 2025-08-30 11:19:28 -04:00
parent a87a206c04
commit bc2fe2bec8
1 changed files with 5 additions and 5 deletions

View File

@ -3893,8 +3893,8 @@ if (LATEST_DATABASE_VERSION > CURRENT_DATABASE_VERSION) {
mysqli_query($mysqli,"INSERT INTO client_saved_payment_methods SET mysqli_query($mysqli,"INSERT INTO client_saved_payment_methods SET
saved_payment_provider_method = '$stripe_pm', saved_payment_provider_method = '$stripe_pm',
payment_provider_description = '$stripe_pm_details', saved_payment_description = '$stripe_pm_details',
saved_payment_client = $client_id, saved_payment_client_id = $client_id,
saved_payment_provider_id = $provider_id" saved_payment_provider_id = $provider_id"
); );
} }