Browse Source

error small bug

master
ll 3 months ago
parent
commit
5983f9defa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      project1/bookstore/be/model/error.py

+ 1
- 1
project1/bookstore/be/model/error.py View File

@ -54,7 +54,7 @@ def error_invalid_order_id(order_id):
def error_not_sufficient_funds(order_id):
return 519, error_code[518].format(order_id)
return 519, error_code[519].format(order_id)
def error_authorization_fail():

||||||
x
 
000:0
Loading…
Cancel
Save