Skip to content

Commit

Permalink
fixed debit declined message
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Nov 15, 2023
1 parent 06318cc commit fb2f0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion memberportal/api_access/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,8 @@ def handle_other_packet(self, content):

self.send_json(
{
"command": "debit_declined",
"command": "debit",
"success": False,
"reason": "insufficient_funds",
"balance": int(profile.memberbucks_balance * 100),
}
Expand Down

0 comments on commit fb2f0b0

Please sign in to comment.