Skip to content

Commit

Permalink
Current action is 'approve'
Browse files Browse the repository at this point in the history
  • Loading branch information
flakerimi authored Oct 30, 2020
1 parent 13e587d commit 90a29c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Notify.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function success()
{
$this->url = $this->successUrl;

return $this->output('success');
return $this->output('approve');
}

/**
Expand Down Expand Up @@ -128,4 +128,4 @@ private function output($action, $reason = '')
return $output;
}

}
}

0 comments on commit 90a29c4

Please sign in to comment.