Browse Source

Just some formatting.

pull/677/head
Sebastian 5 years ago
parent
commit
cfe5cba716
  1. 4
      backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs

4
backend/src/Squidex.Domain.Apps.Entities/Apps/DomainObject/AppDomainObject.cs

@ -291,7 +291,9 @@ namespace Squidex.Domain.Apps.Entities.Apps.DomainObject
} }
else else
{ {
var result = await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier, Snapshot.NamedId(), c.PlanId, c.Referer); var result =
await appPlansBillingManager.ChangePlanAsync(c.Actor.Identifier,
Snapshot.NamedId(), c.PlanId, c.Referer);
switch (result) switch (result)
{ {

Loading…
Cancel
Save