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