Skip to content

Commit 314238d

Browse files
authored
Add credit redemption for ClawCon NYC and Austin (#1096)
2 parents 2b5db2a + 4bf8237 commit 314238d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

src/lib/promoCreditCategories.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,26 @@ const encryptedSelfServicePromos: readonly EncryptedSelfServicePromoCreditCatego
647647
description: 'Builders event promotional credit',
648648
total_redemptions_allowed: 200,
649649
},
650+
{
651+
encrypted_credit_category: 'eAvvANNkXdXdhto8/cw31w==:8PjtR26E3MOZqyhVG6r30g==:2OJb8DiaCA==',
652+
is_user_selfservicable: true,
653+
is_idempotent: true,
654+
amount_usd: 10,
655+
expiry_hours: 30 * 24,
656+
promotion_ends_at: new Date('2026-04-30'),
657+
description: 'New York City ClawCon Credits',
658+
total_redemptions_allowed: 2000,
659+
},
660+
{
661+
encrypted_credit_category: 'FCD+K/F3UGQR533OdgPViQ==:n5QOBh7aSdIR/hxdtBI7gA==:LkUxLKCCiQw=',
662+
is_user_selfservicable: true,
663+
is_idempotent: true,
664+
amount_usd: 10,
665+
expiry_hours: 30 * 24,
666+
promotion_ends_at: new Date('2026-04-30'),
667+
description: 'Austin ClawCon Credits',
668+
total_redemptions_allowed: 2000,
669+
},
650670
];
651671

652672
const selfServicePromos: readonly SelfServicePromoCreditCategoryConfig[] =

0 commit comments

Comments
 (0)