Update, rebuild, and add a new API endpoint.

This commit is contained in:
James Cole
2024-01-17 20:23:02 +01:00
parent 66b0d9d309
commit 44df07a5f5
52 changed files with 1638 additions and 241 deletions

View File

@@ -20,6 +20,7 @@
*/
declare(strict_types=1);
use FireflyIII\User;
return [
/*
@@ -51,7 +52,7 @@ return [
],
'stripe' => [
'model' => FireflyIII\User::class,
'model' => User::class,
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],