We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Últimamente, en la última semana la librería me esta tirando esta excepción
"Unexpected character encountered while parsing value: <. Path '', line 0, position 0."
El fragmento de código relevante es este
Customer openpayCustomer = openpay.CustomerService.Get(customer.OpenpayCustomerId); chargeRequest.SourceId = request.SourceId; chargeRequest.Amount = request.Amount; chargeRequest.Customer = openpayCustomer; chargeRequest.Method = _cardMethod; chargeRequest.DeviceSessionId = request.DeviceId; chargeRequest.OrderId = Guid.NewGuid().ToString(); chargeRequest.Description = request.Description; chargeRequest.Currency = DefaultCurrency; chargeRequest.Use3DSecure = true; chargeRequest.RedirectUrl = request.RedirectUrl; charge = openpay.ChargeService.Create(chargeRequest); return charge;
al llamar a Create truena con esa excepción, antes funcionaba ese mismo código
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Últimamente, en la última semana la librería me esta tirando esta excepción
"Unexpected character encountered while parsing value: <. Path '', line 0, position 0."
El fragmento de código relevante es este
al llamar a Create truena con esa excepción, antes funcionaba ese mismo código
The text was updated successfully, but these errors were encountered: