Merge pull request #4151 from expsa/dev_odex25_donation

Dev odex25 donation
This commit is contained in:
abdurrahman-saber 2025-08-07 07:12:01 +03:00 committed by GitHub
commit 4ca2b26db6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class HyperPayTransaction(models.Model):
result_code = result.get('code')
res = {
'acquirer_reference': data.get('id'),
'state_message': result.get('description', '')
'state_message': f"{result.get('description', '')}\n{','.join([str(s) for s in data.get('parameterErrors', [])])}"
}
if re.match(success_re, result_code):