Skip to content

Commit a2145a6

Browse files
author
Alireza Baseri
committed
fix: AP wallet failed response
1 parent ed50f6d commit a2145a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/AsanPardakhtProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function payByWallet(): JsonResponse|array
151151

152152
return self::generalResponse(
153153
code: AsanpardakhtStatusEnum::FailedResponse->value,
154-
value: $responseJson->stm,
154+
value: $responseJson['stm'],
155155
);
156156
} catch (ServerException $exception) {
157157
if ($responseJson != '') {

0 commit comments

Comments
 (0)