Skip to content

Commit

Permalink
bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad fauzi masykur committed Sep 24, 2024
1 parent 449d677 commit ebbe912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Midtrans/ApiRequestor.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static function remoteCall($url, $server_key, $data_hash, $method)
CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
'Accept: application/json',
'User-Agent: midtrans-php-v2.5.2',
'User-Agent: midtrans-php-v2.6.0',
'Authorization: Basic ' . base64_encode($server_key . ':')
),
CURLOPT_RETURNTRANSFER => 1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "midtrans/midtrans-php",
"description": "PHP Wrapper for Midtrans Payment API.",
"homepage": "https://midtrans.com",
"version": "2.5.2",
"version": "2.6.0",
"type": "library",
"license":"MIT",
"authors": [
Expand Down

0 comments on commit ebbe912

Please sign in to comment.