Skip to content

Commit 8a214f0

Browse files
Add Stripe secret key
1 parent 070ae9d commit 8a214f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • supabase/functions/stripe-payment-methods-v2

supabase/functions/stripe-payment-methods-v2/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serve(async (req) => {
1414
}
1515

1616
try {
17-
console.log('💳 STRIPE PAYMENT METHODS V2 - Début traitement [FRESH-DEPLOYMENT-2025-01-11]');
17+
console.log('💳 STRIPE PAYMENT METHODS V2 - Début traitement [SECRET-UPDATED-2025-01-11]');
1818

1919
// DIAGNOSTIC COMPLET DES VARIABLES D'ENVIRONNEMENT
2020
console.log('🔍 DIAGNOSTIC V2 - Variables d\'environnement disponibles:');

0 commit comments

Comments
 (0)