feat: stripe

This commit is contained in:
2026-05-27 09:54:38 +02:00
parent b069730652
commit 79e020ffe3
9 changed files with 502 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ class AiMealPostGenerator
->timeout($this->imageTimeout())
->generate();
$path = $response->storePublicly($this->imageStoragePath(), );
$path = $response->store($this->imageStoragePath());
if (! is_string($path)) {
throw new RuntimeException("L'image du repas IA n'a pas pu etre stockee.");