File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " paylike/php-api" ,
3
3
"description" : " PHP SDK to communicate with the Paylike HTTP api" ,
4
- "version" : " 0.2 .0" ,
4
+ "version" : " 1.0 .0" ,
5
5
"license" : " MIT" ,
6
6
"authors" : [
7
7
{
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function request(
76
76
'Accept: application/vnd.api+json ' ,
77
77
'Content-Type: application/vnd.api+json '
78
78
));
79
- curl_setopt ($ ch , CURLOPT_USERAGENT , 'PHP 0.2 .0 (php ' . phpversion () .') ' );
79
+ curl_setopt ($ ch , CURLOPT_USERAGENT , 'PHP 1.0 .0 (php ' . phpversion () .') ' );
80
80
curl_setopt ($ ch , CURLOPT_SSL_VERIFYPEER , $ this ->verify_ssl );
81
81
curl_setopt ($ ch , CURLOPT_USERPWD , ": " . $ this ->api_key );
82
82
curl_setopt ($ ch , CURLOPT_TIMEOUT , $ timeout );
You can’t perform that action at this time.
0 commit comments