update transaction
This commit is contained in:
@@ -75,11 +75,6 @@ class DownloadCardRequisite extends Action
|
||||
end_date: $date,
|
||||
);
|
||||
|
||||
info([
|
||||
'isJson' => Str::isJson($response),
|
||||
'decoded' => json_decode($response),
|
||||
]);
|
||||
|
||||
return Str::isJson($response)
|
||||
? json_decode($response)
|
||||
: emptyClass(errCode: 1, message: 'Connection issue to VP');
|
||||
|
||||
Reference in New Issue
Block a user