-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APP-6846: Adding the GetBillingConfig CLI endpoint #4607
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; thanks.
printf(cCtx.App.Writer, "City: %s", resp.BillingAddress.GetCity()) | ||
printf(cCtx.App.Writer, "State: %s", resp.BillingAddress.GetState()) | ||
printf(cCtx.App.Writer, "Postal Code: %s", resp.BillingAddress.GetZipcode()) | ||
printf(cCtx.App.Writer, "Country: %s", "USA") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆 no international customers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha not yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have we manually tested? If so LGTM
I actually forgot, and did catch a bug so thank you for calling that out :) |
The new command from the scope:
Manual Testing: