You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at integrating the gateway but we currently have a custom json marshaller implementation that need to access the ctx object (we have smt in the context that's remove some fields from the json response)
With current runtime.Options it's not possible to access the ctx. Do you have a solution for this or can you point me to a way to do it (if we want to do it in this repo)?
Thanks