3 Commits
1.1.3 ... 1.2.0

Author SHA1 Message Date
balvarez
9b130ce07b Merge branch 'release/1.2.0'
All checks were successful
DitesLeEnChanson/site/pipeline/tag This commit looks good
2026-01-04 11:44:16 +01:00
balvarez
b170d54b0e version 1.2.0 2026-01-04 11:43:59 +01:00
balvarez
4157880669 Merge tag '1.1.3' into develop
1.1.3
2026-01-04 11:06:47 +01:00
3 changed files with 10 additions and 14 deletions

View File

@@ -1,4 +1,2 @@
#VITE_STRIPE_PUBLISHABLE_KEY=pk_live_51RPSGmEPL3QASpovp8Q6p8ehNMW7TzSrOaV6zvPE1OtflMFN5jChQBEj5kr84wontlLOe8uiHyJBiCduzxIZwj5A00DIEVs31n
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_51RPSH1ERAUBjYKpgbz4GjZjDtI24rqfBky5SO6AwdBfZaqNmFN0zQSxx0Z1wfFKtKXIZXfx5IOQSt2ularULIsto00frDMNi03
VITE_API_URL=https://api.dites-le-en-chanson.fr
#VITE_API_URL=http://127.0.0.1:8000

View File

@@ -1,7 +1,7 @@
{
"name": "web-app",
"type": "module",
"version": "1.1.3",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "vite --host :: --port 3000",

View File

@@ -1,7 +1,5 @@
import React from 'react';
import { ShoppingBag, Edit2, Music, Send } from 'lucide-react';
export const STRIPE_PUBLISHABLE_KEY = import.meta.env.VITE_STRIPE_PUBLISHABLE_KEY;
export const products = [
{
id: 'prod_SQK3M9UvfXBUh0',
@@ -38,14 +36,14 @@ import React from 'react';
stripePriceId: 'price_1RVTXtEPL3QASpovaWjXf30q',
description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
},
{
id: 'prod_SQMCFqFLaNHxx0',
name: 'Test',
price: 17.90,
promotionPrice: null,
stripePriceId: 'price_1RVVUBERAUBjYKpgYuQyuI76',
description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
// },
// {
// id: 'prod_SQMCFqFLaNHxx0',
// name: 'Test',
// price: 17.90,
// promotionPrice: null,
// stripePriceId: 'price_1RVVUBERAUBjYKpgYuQyuI76',
// description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
// imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
}
];