Skip to content

Commit

Permalink
Merge pull request #1 from flakerimi/patch-1
Browse files Browse the repository at this point in the history
Update output to "approve"
  • Loading branch information
fadion authored Nov 1, 2020
2 parents 13e587d + 90a29c4 commit 78387c2
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 78387c2

Please sign in to comment.