add sets up

This commit is contained in:
mr
2025-06-20 09:05:44 +02:00
parent 8d5ba6a5e4
commit c9ee2a1d24
3 changed files with 325 additions and 296 deletions

View File

@@ -293,12 +293,13 @@ func (r *Request) DraftOrder(scheduler *workflow_execution.WorkflowSchedule) (*o
}
func (r *Request) PaymentTunnel(o *order.Order, scheduler *workflow_execution.WorkflowSchedule) error {
return o.Pay(scheduler, &tools.APIRequest{
/*return o.Pay(scheduler, &tools.APIRequest{
Caller: r.caller,
Username: r.user,
PeerID: r.peerID,
Groups: r.groups,
})
})*/
return nil
}
/*