refactor: Repository updates for nullable stripe_customer_id (#205) #208
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relates to #205
Milestone 2: Repository layer updates
Files
backend/src/features/subscriptions/data/subscriptions.repository.tsChanges
createForAdminOverride()(lines 576-611):admin_override_{userId}_{timestamp})stripe_customer_id = NULLinsteadmapSubscriptionRow()(lines 622-638):stripeCustomerId: row.stripe_customer_id || nullcreate()method (lines 30-57):stripeCustomerIdoptional in parameter typeAcceptance Criteria