Skip to content

Commit

Permalink
Merge pull request #4 from messagebird/add_details_to_hlr
Browse files Browse the repository at this point in the history
Add missing details attribute to HLR
  • Loading branch information
samwierema committed Feb 1, 2016
2 parents 213612b + 3a7a69f commit b45510d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
ClientVersion = "2.2.0"
ClientVersion = "2.2.1"
Endpoint = "https://rest.messagebird.com"
)

Expand Down
1 change: 1 addition & 0 deletions hlr.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type HLR struct {
Network int
Reference string
Status string
Details map[string]interface{}
CreatedDatetime *time.Time
StatusDatetime *time.Time
Errors []Error
Expand Down

0 comments on commit b45510d

Please sign in to comment.