Mauricio Araujo 2 лет назад
Родитель
Сommit
db51449334
1 измененных файлов с 1 добавлено и 0 удалено
  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