JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "config.php"

Full Path: /home/mipedido/web/mipedido.app/public_html/vendor/iyzico/iyzipay-php/samples/config.php
File size: 376 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

require_once(dirname(__DIR__).'/IyzipayBootstrap.php');

IyzipayBootstrap::init();

class Config
{
    public static function options()
    {
        $options = new \Iyzipay\Options();
        $options->setApiKey('api-key');
        $options->setSecretKey('secret-key');
        $options->setBaseUrl('https://sandbox-api.iyzipay.com');

        return $options;
    }
}