From ea50d6c105d5b6c88e099e5ec764fc0d741d72e6 Mon Sep 17 00:00:00 2001 From: sina gholizade Date: Sat, 3 Oct 2020 23:29:13 +0330 Subject: [PATCH] redirectUrl %u changed to %s this bug caused an 'Product information not included' Error --- src/Zarinpal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zarinpal.php b/src/Zarinpal.php index 4c60a5d..347ce88 100644 --- a/src/Zarinpal.php +++ b/src/Zarinpal.php @@ -7,7 +7,7 @@ class Zarinpal { - private $redirectUrl = 'https://www.zarinpal.com/pg/StartPay/%u'; + private $redirectUrl = 'https://www.zarinpal.com/pg/StartPay/%s'; private $merchantID; private $driver; private $Authority;