Dodan manjkajoc response za success

This commit is contained in:
pero1203 2020-09-11 08:33:34 +02:00
parent 912ab1ed93
commit dbb168b479

View File

@ -174,6 +174,8 @@ class UserNarocilaPaypal{
} }
catch (HttpException $e) { catch (HttpException $e) {
$response['error'] = $e->getMessage(); $response['error'] = $e->getMessage();
$response['success'] = false;
return $response; return $response;
} }