Skip to content

Commit

Permalink
chore(SPV-789): remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed May 20, 2024
1 parent 0cfdd5e commit bbb5381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ func (c *Configuration) EnrichCapabilities(host string) (*paymail.CapabilitiesPa
for key, cap := range c.nestedCapabilities {
payload.Capabilities[key] = make(map[string]interface{})
for nestedKey, nestedCap := range cap {
payload.Capabilities[key].(map[string]interface{})[nestedKey] = serviceUrl + string(nestedCap.Path)
//payload.Capabilities[key][nestedKey] = serviceUrl + string(nestedCap.Path)
payload.Capabilities[key].(map[string]interface{})[nestedKey] = serviceUrl + nestedCap.Path
}
}
return payload, nil
Expand Down

0 comments on commit bbb5381

Please sign in to comment.