From 1074939ad66773e8366fd54035076973b3b1f08d Mon Sep 17 00:00:00 2001 From: Halil Beycan <50718965+BeycanDeveloper@users.noreply.github.com> Date: Sat, 20 Jul 2024 11:28:53 +0800 Subject: [PATCH] updated --- composer.json | 2 +- composer.lock | 14 +++++++------- .../beycanpress/cryptopay-integrator/composer.json | 2 +- .../cryptopay-integrator/src/Session.php | 2 +- vendor/composer/installed.json | 14 +++++++------- vendor/composer/installed.php | 10 +++++----- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index c09279d..d453d85 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ } }, "require": { - "beycanpress/cryptopay-integrator": "^0.1.12" + "beycanpress/cryptopay-integrator": "^0.1.13" } } diff --git a/composer.lock b/composer.lock index 2ae26b8..abf526f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ba18856670ec8b4ae27fe14cd150978d", + "content-hash": "45794a4a0965ae35de009e1a0f9df7ea", "packages": [ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.12", + "version": "0.1.13", "source": { "type": "git", "url": "https://github.com/BeycanPress/cryptopay-integrator.git", - "reference": "d9ebe6212b04da75da56e2fc997eee079d2acca9" + "reference": "b981bcc7cf021d653acd938d817b51f1cbb27d4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/d9ebe6212b04da75da56e2fc997eee079d2acca9", - "reference": "d9ebe6212b04da75da56e2fc997eee079d2acca9", + "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/b981bcc7cf021d653acd938d817b51f1cbb27d4f", + "reference": "b981bcc7cf021d653acd938d817b51f1cbb27d4f", "shasum": "" }, "require": { @@ -37,9 +37,9 @@ "homepage": "https://github.com/BeycanPress/cryptopay-integrator", "support": { "issues": "https://github.com/BeycanPress/cryptopay-integrator/issues", - "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.12" + "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.13" }, - "time": "2024-07-19T07:52:23+00:00" + "time": "2024-07-20T03:27:42+00:00" } ], "packages-dev": [], diff --git a/vendor/beycanpress/cryptopay-integrator/composer.json b/vendor/beycanpress/cryptopay-integrator/composer.json index 161eb7a..e1b7496 100644 --- a/vendor/beycanpress/cryptopay-integrator/composer.json +++ b/vendor/beycanpress/cryptopay-integrator/composer.json @@ -1,6 +1,6 @@ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.12", + "version": "0.1.13", "description": "CryptoPay and CryptoPay Lite integration wrapper", "type": "library", "license": "MIT", diff --git a/vendor/beycanpress/cryptopay-integrator/src/Session.php b/vendor/beycanpress/cryptopay-integrator/src/Session.php index 78e7802..417a410 100644 --- a/vendor/beycanpress/cryptopay-integrator/src/Session.php +++ b/vendor/beycanpress/cryptopay-integrator/src/Session.php @@ -11,7 +11,7 @@ class Session */ public static function start(): void { - if (PHP_SESSION_NONE === session_status()) { + if (PHP_SESSION_NONE === session_status() && !headers_sent()) { session_start(); } } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index a4714c5..60cd66d 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -2,23 +2,23 @@ "packages": [ { "name": "beycanpress/cryptopay-integrator", - "version": "0.1.12", - "version_normalized": "0.1.12.0", + "version": "0.1.13", + "version_normalized": "0.1.13.0", "source": { "type": "git", "url": "https://github.com/BeycanPress/cryptopay-integrator.git", - "reference": "d9ebe6212b04da75da56e2fc997eee079d2acca9" + "reference": "b981bcc7cf021d653acd938d817b51f1cbb27d4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/d9ebe6212b04da75da56e2fc997eee079d2acca9", - "reference": "d9ebe6212b04da75da56e2fc997eee079d2acca9", + "url": "https://api.github.com/repos/BeycanPress/cryptopay-integrator/zipball/b981bcc7cf021d653acd938d817b51f1cbb27d4f", + "reference": "b981bcc7cf021d653acd938d817b51f1cbb27d4f", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2024-07-19T07:52:23+00:00", + "time": "2024-07-20T03:27:42+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -34,7 +34,7 @@ "homepage": "https://github.com/BeycanPress/cryptopay-integrator", "support": { "issues": "https://github.com/BeycanPress/cryptopay-integrator/issues", - "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.12" + "source": "https://github.com/BeycanPress/cryptopay-integrator/tree/0.1.13" }, "install-path": "../beycanpress/cryptopay-integrator" } diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 7e63de4..799f1f4 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => '__root__', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '2d4133e28aa99610dff44fbed857592ef3c50b15', + 'reference' => '32d2a0136a5b1ef325a4bb67468e1b267000af80', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,16 +13,16 @@ '__root__' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '2d4133e28aa99610dff44fbed857592ef3c50b15', + 'reference' => '32d2a0136a5b1ef325a4bb67468e1b267000af80', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => false, ), 'beycanpress/cryptopay-integrator' => array( - 'pretty_version' => '0.1.12', - 'version' => '0.1.12.0', - 'reference' => 'd9ebe6212b04da75da56e2fc997eee079d2acca9', + 'pretty_version' => '0.1.13', + 'version' => '0.1.13.0', + 'reference' => 'b981bcc7cf021d653acd938d817b51f1cbb27d4f', 'type' => 'library', 'install_path' => __DIR__ . '/../beycanpress/cryptopay-integrator', 'aliases' => array(),