Skip to content

Commit

Permalink
bump version to hotfix target version
Browse files Browse the repository at this point in the history
  • Loading branch information
rizdaprasetya committed Aug 23, 2021
1 parent f4713de commit 403bd16
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 @@ -84,7 +84,7 @@ public static function remoteCall($url, $server_key, $data_hash, $post = true)
CURLOPT_HTTPHEADER => array(
'Content-Type: application/json',
'Accept: application/json',
'User-Agent: midtrans-php-v2.4.4',
'User-Agent: midtrans-php-v2.5.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.4.4",
"version": "2.5.1",
"type": "library",
"license":"MIT",
"authors": [
Expand Down

0 comments on commit 403bd16

Please sign in to comment.