Skip to content

Commit

Permalink
fix: versao de endpoint em listener de criar oferta de disciplina (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFellipe authored Aug 23, 2022
1 parent aa8f860 commit 506be9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function handle(CreateOfertaDisciplinaEvent $event)
$param['url'] = $ambiente->amb_url;
$param['token'] = $ambServico->asr_token;
$param['action'] = 'post';
$param['functionname'] = $event->getEndpointV2();
$param['functionname'] = $event->getEndpoint();
$param['data'] = $data;

$response = Moodle::send($param);
Expand Down

0 comments on commit 506be9e

Please sign in to comment.