Skip to content

Commit

Permalink
fix Ordering.ListMarketProducts() ID error
Browse files Browse the repository at this point in the history
Signed-off-by: IntBoat <intboat@gmail.com>
  • Loading branch information
IntBoat committed Jan 26, 2022
1 parent 8f53fba commit 11c9f1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- Fully Support /boot/ Api
- support for Rescue, Linux, Vnc, Windows, Plesk and cPanel boot.
- support for Rescue, Linux, Vnc, Windows, Plesk and cPanel boot.
- Fully Support /order/server/ Api
- Fully Support /order/server_market/ Api
- Fully Support /ip/ Api
Expand Down Expand Up @@ -44,8 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added

- Parial support of failover API
- it's possible to get list of failover ips
- it's possible to switch failover ip to another server
- it's possible to get list of failover ips
- it's possible to switch failover ip to another server

### Changed

Expand Down
2 changes: 1 addition & 1 deletion ordering_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
)

type MarketProduct struct {
ID string `json:"id"`
ID int `json:"id"`
Name string `json:"name"`
Description []string `json:"description"`
Traffic string `json:"traffic"`
Expand Down

0 comments on commit 11c9f1d

Please sign in to comment.