This commit is contained in:
2024-11-09 14:25:41 +05:00
parent 17a85e04ab
commit f4898cfda1

View File

@@ -52,6 +52,7 @@ class FetchCardHistoryController extends Controller
CURLOPT_HTTPHEADER => [
'Accept: application/json',
'Content-Type: application/json',
'Authorization: Basic dGJ1c2VyOlFBWndzeDEyMw==',
],
]);