Skip to content

Commit b45510d

Browse files
committed
Merge pull request #4 from messagebird/add_details_to_hlr
Add missing details attribute to HLR
2 parents 213612b + 3a7a69f commit b45510d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
ClientVersion = "2.2.0"
21+
ClientVersion = "2.2.1"
2222
Endpoint = "https://rest.messagebird.com"
2323
)
2424

hlr.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ type HLR struct {
99
Network int
1010
Reference string
1111
Status string
12+
Details map[string]interface{}
1213
CreatedDatetime *time.Time
1314
StatusDatetime *time.Time
1415
Errors []Error

0 commit comments

Comments
 (0)