This commit is contained in:
ct
2025-07-03 00:48:06 +08:00
parent 0aa0d9569f
commit db892fc4f5
26 changed files with 807 additions and 59 deletions

View File

@@ -6,8 +6,8 @@
'show_in_pricing' => true,
'type' => 'alacarte_credits',
'enabled' => true,
'name' => '500 Credit Packs',
'description' => 'Use credits to automatically generate captions & backgrounds for your memes.',
'name' => '500 Credit Pack',
'description' => 'Approx. 250 AI captions & 250 AI backgrounds',
'amount' => 4,
'currency' => 'usd',
'symbol' => '$',

View File

@@ -53,4 +53,10 @@
'redirect' => env('GOOGLE_CLIENT_REDIRECT_URI'),
],
'stripe' => [
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
'webhook_secret' => env('STRIPE_WEBHOOK_SECRET'),
],
];