Categorize PayPal membership tx, increase page size, sort tx by new

This commit is contained in:
2020-02-22 05:21:33 +00:00
parent 063c7bd1f5
commit 65ffdcc00f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ if DEBUG:
REST_FRAMEWORK = {
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.PageNumberPagination',
'PAGE_SIZE': 100,
'PAGE_SIZE': 300,
'DEFAULT_RENDERER_CLASSES': DEFAULT_RENDERER_CLASSES,
'DEFAULT_AUTHENTICATION_CLASSES': DEFAULT_AUTHENTICATION_CLASSES,
}