Private
Public Access
1
0
This commit is contained in:
2024-12-26 13:38:42 +01:00
parent ee525016f3
commit cd246fbdd2
4 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
from rowers.models import Rower, PaidPlan, CoachingGroup, iDokladToken
from rowers.models import Rower, PaidPlan, CoachingGroup #, iDokladToken
from rowers.utils import ProcessorCustomerError
from rowsandall_app.settings import (
BRAINTREE_MERCHANT_ID, BRAINTREE_PUBLIC_KEY, BRAINTREE_PRIVATE_KEY,