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
Hola! Al momento de usar el metodo preapproval.Create falla al hacer el unmarshalling de la respuesta por que el struct preapproval.Response espera el CardID como Int, sin embargo, el API de mercadopago lo retorna como String. Ocasionando un error como el siguiente:
json: cannot unmarshal string into Go struct field Response.card_id of type int
Además dejo un fragmento del codigo donde se termina generando el error.
Hola! Al momento de usar el metodo
preapproval.Create
falla al hacer el unmarshalling de la respuesta por que el struct preapproval.Response espera el CardID como Int, sin embargo, el API de mercadopago lo retorna como String. Ocasionando un error como el siguiente:json: cannot unmarshal string into Go struct field Response.card_id of type int
Además dejo un fragmento del codigo donde se termina generando el error.
Un fix sugerido podria ser simplemente cambiar el type del CardID a String
The text was updated successfully, but these errors were encountered: