Pix Lib and Validations #2

Merged
bacarin merged 32 commits from bacarin/phpkore:master into master 2025-07-11 18:33:17 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit a9abbfe932 - Show all commits

View file

@ -6,7 +6,7 @@ use phpseclib3\Crypt\PublicKeyLoader;
class Kore class Kore
{ {
private $url = 'https://httpbin.org'; public $url = 'https://httpbin.org';
public $privateKey; public $privateKey;
public $drone; public $drone;
public function __construct($privateKey, $drone) { public function __construct($privateKey, $drone) {

View file

@ -32,7 +32,7 @@ class Pix extends Kore
} }
return curlRequest( return curlRequest(
'https://httpbin.org/post', $this->url . '/post',
'POST', 'POST',
[], [],
[ [
@ -69,7 +69,7 @@ class Pix extends Kore
} }
return curlRequest( return curlRequest(
'https://httpbin.org/post', $this->url . '/post',
'POST', 'POST',
[], [],
[ [
@ -114,7 +114,7 @@ class Pix extends Kore
} }
return curlRequest( return curlRequest(
'https://httpbin.org/post', $this->url . '/post',
'POST', 'POST',
[], [],
[ [
@ -158,7 +158,7 @@ class Pix extends Kore
} }
return curlRequest( return curlRequest(
'https://httpbin.org/post', $this->url . '/post',
'POST', 'POST',
[], [],
[ [