From af892c56e20226c4d76b88603f1884e1f8c7e2a2 Mon Sep 17 00:00:00 2001 From: RTLer Date: Wed, 17 Jan 2018 12:16:20 +0330 Subject: [PATCH] merge master --- src/Zarinpal.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Zarinpal.php b/src/Zarinpal.php index e5f24dc..e25bfbc 100644 --- a/src/Zarinpal.php +++ b/src/Zarinpal.php @@ -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; }