diff --git a/src/lib/promoCreditCategories.ts b/src/lib/promoCreditCategories.ts index beb4a57e6..45329458d 100644 --- a/src/lib/promoCreditCategories.ts +++ b/src/lib/promoCreditCategories.ts @@ -684,6 +684,18 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego description: 'Creator promo', total_redemptions_allowed: 30, }, + { + // TODO: Replace with production-encrypted value. + // Run: vercel env run -e production -- pnpm promo encrypt + encrypted_credit_category: 'PLACEHOLDER', + is_user_selfservicable: true, + is_idempotent: true, + amount_usd: 50, + promotion_ends_at: new Date('2026-04-13'), + description: 'Promotional credit', + total_redemptions_allowed: 1050, + customer_requirement: has_holdOrPayment, + }, ]; const selfServicePromos: readonly SelfServicePromoCreditCategoryConfig[] =