Private
Public Access
1
0

return token

This commit is contained in:
2024-12-26 13:42:38 +01:00
parent d3b802e890
commit cef7654362
4 changed files with 14 additions and 14 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,