Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
13
vendor/iyzico/iyzipay-php/src/Iyzipay/Curl.php
vendored
Normal file
13
vendor/iyzico/iyzipay-php/src/Iyzipay/Curl.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Iyzipay;
|
||||
|
||||
class Curl
|
||||
{
|
||||
public function exec($url, $options)
|
||||
{
|
||||
$ch = curl_init($url);
|
||||
curl_setopt_array($ch, $options);
|
||||
return curl_exec($ch);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user