refactor: "payments" is the name, and API updates
This commit is contained in:
+2
-1
@@ -47,8 +47,9 @@ class Status:
|
||||
PAYMENT_REQUIRED = 402
|
||||
FORBIDDEN = 403
|
||||
NOT_FOUND = 404
|
||||
TOO_MANY_REQUESTS = 429
|
||||
METHOD_NOT_ALLOWED = 405
|
||||
TOO_MANY_REQUESTS = 429
|
||||
INTERNAL_SERVER_ERROR = 500
|
||||
|
||||
|
||||
class MegaEncoder(json.JSONEncoder):
|
||||
|
||||
Reference in New Issue
Block a user