From 68a986448a9b9c4dfd5c875e9efdbfb8f47a4fd2 Mon Sep 17 00:00:00 2001 From: Shaxzodbek Date: Wed, 2 Feb 2022 12:35:10 +0500 Subject: [PATCH] encoding in payme --- src/Http/Classes/Payme/Payme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Classes/Payme/Payme.php b/src/Http/Classes/Payme/Payme.php index 4c5c35d..4ca61ed 100644 --- a/src/Http/Classes/Payme/Payme.php +++ b/src/Http/Classes/Payme/Payme.php @@ -237,7 +237,7 @@ private function PerformTransaction() $detail = $transaction->detail; $detail['perform_time'] = $perform_time; - $detail = json_encode($detail); + $detail = $detail; $transaction->detail = $detail;