Intégration fonctionnalites V1

This commit is contained in:
bastien
2026-07-04 22:30:18 +02:00
parent 55a558b536
commit 10ee859602
54 changed files with 4802 additions and 1018 deletions
@@ -17,7 +17,7 @@ class WalletTransactionResource extends JsonResource
'balance_after' => (float) $this->balance_after,
'source_type' => $this->source_type,
'source_id' => $this->source_id,
'metadata' => $this->metadata,
'metadata' => $this->metadata ?? [],
'created_at' => $this->created_at?->toIso8601String(),
];
}