Files
memefast/config/platform/purchases/one_time.php
2025-07-01 20:54:26 +08:00

38 lines
1.1 KiB
PHP

<?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',
],
],
],
],
],
];