Skip to content

Commit

Permalink
Merge pull request #106 from Midtrans/release/2.6.1
Browse files Browse the repository at this point in the history
release v 2.6.1
  • Loading branch information
uziwuzzy authored Oct 16, 2024
2 parents a24b48c + c5fcead commit 737ddab
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.6.0',
'User-Agent: midtrans-php-v2.6.1',
'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.6.0",
"version": "2.6.1",
"type": "library",
"license":"MIT",
"authors": [
Expand Down

0 comments on commit 737ddab

Please sign in to comment.