Cartalyst\Stripe\Stripe::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( string $apiKey = null, string $apiVersion = null ) : void
$apiKey string
$apiVersion string
리턴 void
    public function __construct($apiKey = null, $apiVersion = null)
    {
        $this->config = new Config(self::VERSION, $apiKey, $apiVersion);
    }