#swoopdog-metadata

1 messages · Page 1 of 1 (latest)

oak mason
#

I believe metadata is set based on the order they are made in the request, but I'm not sure if Go changes that at all. Do you have an example where multiple metadata fields are being set?

fallen abyss
#

I'm creating it like the following:
transferParams.Metadata = map[string]string{
"param1": "value1",
"param2": "value2",
"param3": "value3"

}

oak mason
#

Do you have a request ID?