Mauricio Araujo 2 years ago
parent
commit
db51449334
1 changed files with 1 additions and 0 deletions
  1. 1 0
      internal/billing/metronome.go

+ 1 - 0
internal/billing/metronome.go

@@ -57,6 +57,7 @@ func (m MetronomeClient) CreateCustomerWithPlan(ctx context.Context, userEmail s
 	var trialDays int
 	planID := m.PorterStandardPlanID
 	projID := strconv.FormatUint(uint64(projectID), 10)
+
 	if sandboxEnabled {
 		planID = m.PorterCloudPlanID