Skip to content

Commit

Permalink
Added ErrPurchaseDiscarded
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis G committed Mar 14, 2024
1 parent 7d57ee7 commit f563a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const (
ErrEmptyRowsArray = 18
ErrIncorrectPhone = 20
ErrPurchaseNotFound = 21
ErrPurchaseDiscarded = 22
ErrDuplicatingPhone = 24
ErrDuplicatingCard = 25
ErrTooManyCodeRequests = 28
Expand Down

0 comments on commit f563a3b

Please sign in to comment.