Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer committed Jan 17, 2018
1 parent 61d7996 commit af892c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Zarinpal.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,7 @@ public function verify($status, $amount, $authority)

public function redirect()
{
<<<<<<< Updated upstream
header('Location: '.$this->redirectUrl.$this->Authority);
=======
header('Location: ' . sprintf($this->redirectUrl, $this->Authority));
>>>>>>> Stashed changes
die;
}

Expand Down

0 comments on commit af892c5

Please sign in to comment.