Update user agent

This commit is contained in:
Rony Wisnu Wardana
2025-04-03 21:00:38 +07:00
committed by GitHub
parent 4c47d6dad7
commit 96898b3e72

View File

@@ -150,7 +150,7 @@ class Client
},
'headers' => [
'Authorization' => 'Bearer ' . $this->apiKey,
'User-Agent' => 'zerosdev/tripay-sdk-php',
'User-Agent' => 'github:zerosdev/tripay-sdk-php',
]
];