Skip to content

Commit 737ddab

Browse files
authored
Merge pull request #106 from Midtrans/release/2.6.1
release v 2.6.1
2 parents a24b48c + c5fcead commit 737ddab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Midtrans/ApiRequestor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static function remoteCall($url, $server_key, $data_hash, $method)
9898
CURLOPT_HTTPHEADER => array(
9999
'Content-Type: application/json',
100100
'Accept: application/json',
101-
'User-Agent: midtrans-php-v2.6.0',
101+
'User-Agent: midtrans-php-v2.6.1',
102102
'Authorization: Basic ' . base64_encode($server_key . ':')
103103
),
104104
CURLOPT_RETURNTRANSFER => 1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "midtrans/midtrans-php",
33
"description": "PHP Wrapper for Midtrans Payment API.",
44
"homepage": "https://midtrans.com",
5-
"version": "2.6.0",
5+
"version": "2.6.1",
66
"type": "library",
77
"license":"MIT",
88
"authors": [

0 commit comments

Comments
 (0)