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
no he podido corregir este error, por defecto tengo la moneda COP en el aplicativo
[method] => POST [url] => https://sandbox-api.openpay.co/v1/mfuknylbbubm9qyi0eq8/customers/aj3bkmiqbopbf9na3bea/charges [username] => sk_b5027cd890894312afe9bd [params] => {"method":"card","currency":"COP","amount":"1005.95","source_id":"kkoqlwrwj7b","device_session_id":"QS60sXy0mZefP3tzJyKnuPD0sENDeVQq","description":"Order ID# 49","order_id":49,"use_card_points":"false","capture":true,"iva":"19"} [decode] => Array ( [http_code] => 400 [error_code] => 1001 [category] => request [description] => Amount invalid [request_id] => 0a616180-c2da-4304-9810-04e5e037f538 )
he cambiado el punto por una coma
[method] => POST [url] => https://sandbox-api.openpay.co/v1/mfuknylbbubm9qyi0eq8/customers/aj3bkmiqbopbf9na3bea/charges [username] => sk_b5027cd890894312afe9bd [params] => {"method":"card","currency":"COP","amount":"1005,95","source_id":"kkoqlwrwj7b","device_session_id":"QS60sXy0mZefP3tzJyKnuPD0sENDeVQq","description":"Order ID# 49","order_id":49,"use_card_points":"false","capture":true,"iva":"19"} [decode] => Array ( [http_code] => 400 [error_code] => 1001 [category] => request [description] => Unrecognized input field: amount, invalid value '1005,95' [request_id] => 1ff17d0a-9487-4c8d-bc40-9d24ac223e04 ) )
el error persiste
The text was updated successfully, but these errors were encountered:
No branches or pull requests
no he podido corregir este error, por defecto tengo la moneda COP en el aplicativo
he cambiado el punto por una coma
el error persiste
The text was updated successfully, but these errors were encountered: