Update
This commit is contained in:
@@ -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' => '$',
|
||||
|
||||
@@ -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'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user