diff --git a/src/Notify.php b/src/Notify.php index 63ea344..f79b7f8 100644 --- a/src/Notify.php +++ b/src/Notify.php @@ -85,7 +85,7 @@ public function success() { $this->url = $this->successUrl; - return $this->output('success'); + return $this->output('approve'); } /** @@ -128,4 +128,4 @@ private function output($action, $reason = '') return $output; } -} \ No newline at end of file +}