This commit is contained in:
ct
2025-07-01 20:54:26 +08:00
parent 70898ccd4c
commit 79e7d7a49e
42 changed files with 2742 additions and 97 deletions

View File

@@ -0,0 +1,37 @@
<?php
return [
[
'id' => 'ala-500-credits',
'show_in_pricing' => true,
'type' => 'alacarte_credits',
'enabled' => true,
'name' => '500 Credit Packs',
'description' => 'Use credits to automatically generate captions & backgrounds for your memes.',
'amount' => 4,
'currency' => 'usd',
'symbol' => '$',
'system' => [
'credits' => 500,
'stripe' => [
'product_id' => [
'test' => 'prod_SaY9YLBtUR5Ucb',
'prod' => 'prod_XXXXXXXXXXXXX',
],
'current_stripe_price_id' => [
'test' => 'price_1RfN37EEXQJo9EEOb6UCQVEx',
'prod' => 'price_XXXXXXXXXXXXX',
],
'stripe_price_ids' => [
'test' => [
'price_1RfN37EEXQJo9EEOb6UCQVEx',
],
'prod' => [
'price_XXXXXXXXXXXX',
],
],
],
],
],
];