Implement subscription management and ordering
This commit is contained in:
@@ -126,5 +126,7 @@ AUTH_USER_MODEL = "core.User"
|
||||
|
||||
LOGIN_REDIRECT_URL = "/"
|
||||
|
||||
# ALLOWED_PAYMENT_METHODS = ["bacs_debit", "card"]
|
||||
ALLOWED_PAYMENT_METHODS = ["card"]
|
||||
|
||||
from app.local_settings import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user