Skip to content

Commit

Permalink
fix billing email field
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Oct 31, 2017
1 parent a4ea40f commit a9e94c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Cloud/Commands/Create/CreateOrganization.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ public final class CreateOrganization: Command {
credits: 0,
wallet: nil,
refillThreshold: nil,
refillCredits: nil
refillCredits: nil,
billingEmail: nil
)

let cloud = try cloudFactory.makeAuthedClient(with: console)
Expand Down

0 comments on commit a9e94c3

Please sign in to comment.