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
Boa noite, parece não ter mais compatibilidade com as ultimas versões do RestSharp.
System.MissingMethodException: 'Method not found: 'Void RestSharp.RestClient..ctor(System.String)'.'
RestSharp Versão 108.0.1 funciona perfeitamente, agora com as ultimas versões do RestSharp recebemos a exception MissingMethodException
o erro pode ser reproduzindo de forma simples utilizando o metodo
dynamic endpoints = new Endpoints("client_id", "client_secret", true, "production.p12");
var body = new
{
calendario = new {
expiracao = 3600
},
devedor = new {
cpf = "12345678909",
nome = "Francisco da Silva"
},
valor = new {
original = "1.45"
},
chave = "71cdf9ba-c695-4e3c-b010-abb521a3f1be",
solicitacaoPagador = "Informe o número ou identificador do pedido."
};
var response = endpoints.PixCreateImmediateCharge(null, body);
The text was updated successfully, but these errors were encountered:
Boa noite, parece não ter mais compatibilidade com as ultimas versões do RestSharp.
System.MissingMethodException: 'Method not found: 'Void RestSharp.RestClient..ctor(System.String)'.'
RestSharp Versão 108.0.1 funciona perfeitamente, agora com as ultimas versões do RestSharp recebemos a exception MissingMethodException
o erro pode ser reproduzindo de forma simples utilizando o metodo
The text was updated successfully, but these errors were encountered: