Private
Public Access
1
0

adding coach/athlete offer request testing

This commit is contained in:
Sander Roosendaal
2019-02-17 15:20:54 +01:00
parent f70b1a7ce5
commit 92334ca4ef
4 changed files with 315 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ else:
)
from rowers.models import Rower,PaidPlan
from rowers.models import Rower,PaidPlan, CoachingGroup
from rowers.utils import ProcessorCustomerError
def create_customer(rower,force=False):