@@ -122,7 +122,7 @@ |
||
122 | 122 | |
123 | 123 | if ($response->getStatusCode() != 200 || $body['successful'] === false) { |
124 | 124 | // error has happened |
125 | - $message = $body['errorData']['message'] ?? 'خطا در هنگام درخواست برای پرداخت رخ داده است.'; |
|
125 | + $message = $body['errorData']['message'] ?? 'خطا در هنگام درخواست برای پرداخت رخ داده است.'; |
|
126 | 126 | throw new PurchaseFailedException($message); |
127 | 127 | } |
128 | 128 |