Merge branch 'release/1.0.0'
All checks were successful
DitesLeEnChanson/site/pipeline/tag This commit looks good
All checks were successful
DitesLeEnChanson/site/pipeline/tag This commit looks good
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "web-app",
|
"name": "web-app",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host :: --port 3000",
|
"dev": "vite --host :: --port 3000",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { ShoppingBag, Edit2, Music, Send } from 'lucide-react';
|
import { ShoppingBag, Edit2, Music, Send } from 'lucide-react';
|
||||||
export const STRIPE_PUBLISHABLE_KEY = import.meta.env.VITE_STRIPE_PUBLISHABLE_KEY_DEV;
|
export const STRIPE_PUBLISHABLE_KEY = import.meta.env.VITE_STRIPE_PUBLISHABLE_KEY;
|
||||||
|
|
||||||
export const products = [
|
export const products = [
|
||||||
{
|
{
|
||||||
@@ -38,15 +38,15 @@ import React from 'react';
|
|||||||
stripePriceId: 'price_1RVTXtEPL3QASpovaWjXf30q',
|
stripePriceId: 'price_1RVTXtEPL3QASpovaWjXf30q',
|
||||||
description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
|
description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
|
||||||
imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
|
imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
id: 'prod_SQMCFqFLaNHxx0',
|
// id: 'prod_SQMCFqFLaNHxx0',
|
||||||
name: 'Test',
|
// name: 'Test',
|
||||||
price: 17.90,
|
// price: 17.90,
|
||||||
promotionPrice: null,
|
// promotionPrice: null,
|
||||||
stripePriceId: 'price_1RVVUBERAUBjYKpgYuQyuI76',
|
// stripePriceId: 'price_1RVVUBERAUBjYKpgYuQyuI76',
|
||||||
description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
|
// description: 'Un texte de chanson unique, écrit sur mesure pour vous.',
|
||||||
imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
|
// imageUrl: 'https://files.dites-le-en-chanson.fr/products/texte-personalise.jpg'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user