Skip to content

Commit b6ae9d1

Browse files
huntcsgampagent
andcommitted
test: preserve legacy subscription billing rail
Amp-Thread-ID: https://ampcode.com/threads/T-019fbba1-3994-7630-a20c-19b9965b4fd2 Co-authored-by: Amp <amp@ampcode.com>
1 parent 58b4123 commit b6ae9d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

browser_tests/fixtures/helpers/SubscriptionHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function toBillingStatus(
4949
return {
5050
is_active: status.is_active ?? false,
5151
has_funds: status.has_fund ?? false,
52+
billing_rail: 'legacy_stripe',
5253
...(status.subscription_tier
5354
? { subscription_tier: status.subscription_tier }
5455
: {}),

0 commit comments

Comments
 (0)