Skip to content

Commit 1e39039

Browse files
authored
Merge pull request #4 from Fotross/main
Fixed AP wallet's failed response
2 parents ed50f6d + a2145a6 commit 1e39039

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)