1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00
This commit is contained in:
Kyle Spearrin 2018-09-13 14:06:06 -04:00
parent 8fde736e98
commit ecd569fa0b

View File

@ -447,7 +447,7 @@ namespace Bit.Core.Services
StripeSubscription subscription = null;
// Pre-generate the org id so that we can save it with the Stripe subscription..
Guid newOrgId = CoreHelpers.GenerateComb();
var newOrgId = CoreHelpers.GenerateComb();
if(plan.Type == PlanType.Free)
{