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
Buenas tardes
Tomando como referencia este esquema:
SearchParams search = new SearchParams(); search.Limit = 100; search.offset = 0;
OpenpayAPI openpayAPI = new OpenpayAPI(Constants.API_KEY_LLAVE_PRIVADA, Constants.MERCHANT_ID); List<Customer> customers = openpayAPI.CustomerService.List(search);
Será posible implementar Customer.Get() pero utilizando el e-mail registrado para el Customer?
Obtener el List() y luego buscar por e-mail es demasiado tardado, y genera una carga innecesaria para el servicio de OpenPay
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Buenas tardes
Tomando como referencia este esquema:
SearchParams search = new SearchParams();
search.Limit = 100;
search.offset = 0;
Será posible implementar Customer.Get() pero utilizando el e-mail registrado para el Customer?
Obtener el List() y luego buscar por e-mail es demasiado tardado, y genera una carga innecesaria para el servicio de OpenPay
The text was updated successfully, but these errors were encountered: