File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,21 +59,8 @@ async def create_opt(self, payload):
5959 """
6060 Handle an opt schedule created by the VEN
6161 """
62- # payload parameters:
63- # ven_id
64- # opt_id
65- # opt_type
66- # opt_reason
67- # market_context (optional)
68- # array of availability components (optional):
69- # component.dstart
70- # component.duration
71- # created_date_time
72- # event_id (optional)
73- # modification_number (optional)
74- # array of eitarget (in parts folder)
75-
76- # TODO: call handler and return the result (oadrCreatedOpt)
62+
63+ pass # TODO: call handler and return the result (oadrCreatedOpt)
7764
7865 def on_create_opt (self , payload ):
7966 """
@@ -96,11 +83,7 @@ async def cancel_opt(self, payload):
9683 ven_id = payload ['ven_id' ]
9784 opt_id = payload ['opt_id' ]
9885
99- # payload parameters:
100- # ven_id
101- # opt_id
102-
103- # TODO: call handler and return result (oadrCanceledOpt)
86+ pass # TODO: call handler and return result (oadrCanceledOpt)
10487
10588 def on_cancel_opt (self , ven_id , opt_id ):
10689 """
You can’t perform that action at this time.
0 commit comments