We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a53ff7 commit aeed88cCopy full SHA for aeed88c
1 file changed
plugin/commands/hardware/create.go
@@ -180,7 +180,7 @@ func (cmd *CreateCommand) Run(args []string) error {
180
return nil
181
}
182
183
- fmt.Printf("ORDER TEMPLATE: %v\n\n", orderTemplate)
+
184
orderReceipt, err := cmd.HardwareManager.PlaceOrder(orderTemplate)
185
if err != nil {
186
return errors.NewAPIError(T("Failed to place this order.\n"), err.Error(), 2)
0 commit comments