diff --git a/package-lock.json b/package-lock.json
index bf6ac4c..915a947 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@mdi/font": "^7.4.47",
+ "@stripe/stripe-js": "^3.0.10",
"axios": "^1.6.7",
"pinia": "^2.1.7",
"vue": "^3.4.15",
@@ -841,6 +842,14 @@
"win32"
]
},
+ "node_modules/@stripe/stripe-js": {
+ "version": "3.0.10",
+ "resolved": "https://registry.npmjs.org/@stripe/stripe-js/-/stripe-js-3.0.10.tgz",
+ "integrity": "sha512-CFRNha+aPXR8GrqJss2TbK1j4aSGZXQY8gx0hvaYiSp+dU7EK/Zs5uwFTSAgV+t8H4+jcZ/iBGajAvoMYOwy+A==",
+ "engines": {
+ "node": ">=12.16"
+ }
+ },
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",
diff --git a/package.json b/package.json
index 295825f..1a647ed 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
},
"dependencies": {
"@mdi/font": "^7.4.47",
+ "@stripe/stripe-js": "^3.0.10",
"axios": "^1.6.7",
"pinia": "^2.1.7",
"vue": "^3.4.15",
diff --git a/src/views/StripePayment.vue b/src/views/StripePayment.vue
new file mode 100644
index 0000000..4dbdf93
--- /dev/null
+++ b/src/views/StripePayment.vue
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue
index 6936fe2..1784e21 100644
--- a/src/views/main/CreatorFolio.vue
+++ b/src/views/main/CreatorFolio.vue
@@ -488,12 +488,15 @@
style="margin-bottom: 26%; height: 70%; margin-left: -10px; background-color: rgb(11, 170, 178); color: white; font-weight: bold;"
class="mt-4" block>Envoyez
-
+
+
+
+
@@ -577,7 +580,7 @@