Skip to content

Commit

Permalink
Merge pull request #425 from renderbox:develop
Browse files Browse the repository at this point in the history
Release: v0.4.11
  • Loading branch information
rhimmelbauer authored Sep 6, 2023
2 parents 4ae2a35 + ab24956 commit da46513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ universal = true

[project]
name = "django-vendor"
version = "0.4.10"
version = "0.4.11"

authors = [
{ name="Grant Viklund", email="[email protected]" },
Expand Down
3 changes: 2 additions & 1 deletion src/vendor/processors/stripe.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ def stripe_call(self, *args):
'exception': f"{e}\n{func}\n{func_args}:user_message: {user_message}"
}
errors = {
'error': f"{e}"
'error': f"{e}",
'user_message': user_message
}
self.transaction_info = self.get_transaction_info(raw=raw, errors=errors)
logger.error(self.transaction_info)
Expand Down

0 comments on commit da46513

Please sign in to comment.