ebsarr / packet

packet, a CLI tool to manage packet.net services
Other
40 stars 14 forks source link

Fix PaymentMethodID #29

Closed StefanScherer closed 6 years ago

StefanScherer commented 6 years ago

Thanks for the packet cli. I installed it today again, but got an error

# github.com/ebsarr/packet/cmd
/go/src/github.com/ebsarr/packet/cmd/api.go:108:16: unknown field 'PaymentMethod' in struct literal of type packngo.ProjectUpdateRequest
Exited with code 2

I think this should be fixed with PaymentMethodID

ebsarr commented 6 years ago

@StefanScherer : Thanks, I did not catch this one during the last update. I added your fix in version 2.1.3 .

StefanScherer commented 6 years ago

Thank you.