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
Hola,
Vimos que era un nuevo requerimiento incluir el parámetro postCode sin embargo al llamar a Tropipay, este retornó el siguiente error:
payment_transaction: La URL corta obtenid es payment_transaction: <Response [400]> payment_transaction: {'error': {'type': 'VALIDATION_ERROR', 'code': 'Invalid param [postCode]', 'message': 'INVALID_PARAM', 'details': [], 'i18n': 'No se pudo completar la operación, inténtalo más tarde'}}
Qué hacer, de momento la línea está comentada?
"client": { "name": first_name, "lastName": last_name, "address": self.partner_address, "phone": self.partner_phone, "email": self.partner_email, "countryIso": self.partner_id.country_id.code, "termsAndConditions": "true", # "postCode": self.partner_id.zip, "city": self.partner_id.city }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hola,
Vimos que era un nuevo requerimiento incluir el parámetro postCode sin embargo al llamar a Tropipay, este retornó el siguiente error:
payment_transaction: La URL corta obtenid es
payment_transaction: <Response [400]>
payment_transaction: {'error': {'type': 'VALIDATION_ERROR', 'code': 'Invalid param [postCode]', 'message': 'INVALID_PARAM', 'details': [], 'i18n': 'No se pudo completar la operación, inténtalo más tarde'}}
Qué hacer, de momento la línea está comentada?
"client": {
"name": first_name,
"lastName": last_name,
"address": self.partner_address,
"phone": self.partner_phone,
"email": self.partner_email,
"countryIso": self.partner_id.country_id.code,
"termsAndConditions": "true",
# "postCode": self.partner_id.zip,
"city": self.partner_id.city
}
The text was updated successfully, but these errors were encountered: