feat: Add initial index.php file and remove prod.log

- Created a new index.php file with the necessary PrestaShop license and configuration.
- Removed the empty prod.log file from the logs directory.
This commit is contained in:
2025-08-19 01:00:18 +02:00
parent 92b14f1a20
commit 2515025eaf
32 changed files with 1394 additions and 7464 deletions

View File

@@ -6567,20 +6567,20 @@
},
"custom.css": {
"type": "-",
"size": 7834,
"lmtime": 1754468495858,
"size": 8247,
"lmtime": 1755118842974,
"modified": false
},
"custom.css.map": {
"type": "-",
"size": 6866,
"lmtime": 1754468495858,
"size": 7629,
"lmtime": 1755118842974,
"modified": false
},
"custom.scss": {
"type": "-",
"size": 4854,
"lmtime": 1754468495577,
"size": 5406,
"lmtime": 1755118842809,
"modified": false
},
"default-skin.png": {
@@ -11592,7 +11592,7 @@
"head.tpl": {
"type": "-",
"size": 3136,
"lmtime": 1754468534342,
"lmtime": 1755118830631,
"modified": false
},
"head_.tpl": {

View File

@@ -29,7 +29,7 @@ if ( !defined('_PS_MODE_DEV_') )
{
$address = $_SERVER['REMOTE_ADDR'];
$addresses_debug = [
'51.77.52.107', '3.74.135.112', '3.74.1.39', '3.68.36.131', '18.194.204.155', '3.126.190.98', '3.66.117.228', '3.66.179.55', '18.157.125.26', '3.126.202.245', '3.74.7.74', '13.49.121.244', '13.49.185.62', '13.51.143.164', '3.68.91.166', '18.198.29.236', "83.24.32.249", "91.189.216.43", '91.189.216.43'
'83.24.94.72'
];
if ( in_array( $address, $addresses_debug ) )
@@ -49,7 +49,7 @@ if (_PS_MODE_DEV_ === true) {
define('_PS_DEBUG_SQL_', true);
} else {
@ini_set('display_errors', 'off');
$_SERVER['REMOTE_ADDR'] == '83.24.167.27' ? define('_PS_DEBUG_SQL_', true) : define('_PS_DEBUG_SQL_', false);
$_SERVER['REMOTE_ADDR'] == '83.24.94.72' ? define('_PS_DEBUG_SQL_', true) : define('_PS_DEBUG_SQL_', false);
}
if (!defined('_PS_DEBUG_PROFILING_')) {

40
index.php Normal file
View File

@@ -0,0 +1,40 @@
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/OSL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to https://devdocs.prestashop.com/ for more information.
*
* @author PrestaShop SA and Contributors <contact@prestashop.com>
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/
// ~~start-pagecacheultimate~~ Do not remove this comment, pagecache will update it automatically
// $staticCacheScript = dirname(__FILE__).'/modules/pagecache/static.config.php';
// if (file_exists($staticCacheScript)) {
// try {
// require_once $staticCacheScript;
// } catch (Throwable $e) {
// error_log("Page Cache Ultimate - Cannot use the static cache, an error occured: " . $e->getMessage());
// }
// }
// ~~end-pagecacheultimate~~ Do not remove this comment, pagecache will update it automatically
require dirname(__FILE__).'/config/config.inc.php';
Dispatcher::getInstance()->dispatch();

1344
log.txt

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,5 @@
<?php
die('aaaaaaa');
// Parametry połączenia z bazą danych
$host = 'mariadb1011.server493388.nazwa.pl';
$dbname = 'server493388_wyczarujprezent-prod';

View File

@@ -1,4 +0,0 @@
*ERROR* v1.7.8.7 2024/07/03 - 16:59:23: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/03 - 16:59:54: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/03 - 17:01:04: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/03 - 17:02:38: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php

View File

@@ -1,3 +0,0 @@
*ERROR* v1.7.8.7 2024/07/09 - 12:22:12: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/09 - 12:51:52: Module leoproductsearch not found at line 51 in file classes/controller/ModuleAdminController.php
*ERROR* v1.7.8.7 2024/07/09 - 12:51:58: Module leoquicklogin not found at line 51 in file classes/controller/ModuleAdminController.php

View File

@@ -1,8 +0,0 @@
*ERROR* v1.7.8.7 2024/07/10 - 12:23:43: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/10 - 13:23:04: Module leoquicklogin not found at line 51 in file classes/controller/ModuleAdminController.php
*ERROR* v1.7.8.7 2024/07/10 - 13:23:04: Module leoproductsearch not found at line 51 in file classes/controller/ModuleAdminController.php
*ERROR* v1.7.8.7 2024/07/10 - 13:23:06: Module leoproductsearch not found at line 51 in file classes/controller/ModuleAdminController.php
*ERROR* v1.7.8.7 2024/07/10 - 13:32:29: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/10 - 13:32:35: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/10 - 13:33:32: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php
*ERROR* v1.7.8.7 2024/07/10 - 13:33:34: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php

View File

@@ -1 +0,0 @@
*ERROR* v1.7.8.7 2024/07/12 - 11:36:27: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php

View File

@@ -1,10 +0,0 @@
*ERROR* v1.7.8.7 2024/07/14 - 04:58:15: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:00:22: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:08:39: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:35:15: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:35:16: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:35:26: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:37:44: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:38:51: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:50:14: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/14 - 05:50:20: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php

View File

@@ -1,3 +0,0 @@
*ERROR* v1.7.8.7 2024/07/15 - 01:36:11: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/15 - 01:36:15: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/15 - 01:36:26: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php

View File

@@ -1 +0,0 @@
*ERROR* v1.7.8.7 2024/07/17 - 17:53:58: Can not retrieve the id_product_attribute at line 7532 in file classes/Product.php

View File

@@ -1,18 +0,0 @@
*ERROR* v1.7.8.7 2024/07/18 - 01:12:53: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:12:09: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:12:16: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:12:29: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:12:40: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:13:07: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:13:12: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:13:30: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:14:07: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:15:12: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:15:27: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:15:34: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:16:19: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:16:25: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:16:42: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:16:45: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:17:19: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/18 - 03:17:59: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php

View File

@@ -1,10 +0,0 @@
*ERROR* v1.7.8.7 2024/07/23 - 01:05:28: Link to database cannot be established: SQLSTATE[HY000] [2002] Connection timed out at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:42:21: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:42:39: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:43:15: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:43:49: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:44:35: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:45:07: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:45:15: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:46:00: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php
*ERROR* v1.7.8.7 2024/07/23 - 01:46:04: Link to database cannot be established: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution at line 136 in file classes/db/DbPDO.php

View File

View File

View File

@@ -1,64 +0,0 @@
[2024-07-03 09:08:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:08:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:08:49] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:08:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:09:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding"} []
[2024-07-03 09:13:02] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding?if_basket_realized=1"} []
[2024-07-03 09:13:02] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/feea4529-9678-4782-90bc-4a926691f151/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=feea4529-9678-4782-90bc-4a926691f151, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-03 19:54:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9b0dd353-83e5-40af-ab3c-51478be39b32/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9b0dd353-83e5-40af-ab3c-51478be39b32/binding"} []
[2024-07-03 19:54:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9b0dd353-83e5-40af-ab3c-51478be39b32/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9b0dd353-83e5-40af-ab3c-51478be39b32/binding"} []
[2024-07-03 20:14:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding"} []
[2024-07-03 20:14:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding"} []
[2024-07-03 20:14:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding"} []
[2024-07-03 20:14:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0183bc0d-9cfb-4fca-a038-6c06592dfe84/binding"} []
[2024-07-03 21:09:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:09:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:09:37] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:09:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:10:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding"} []
[2024-07-03 21:12:58] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding?if_basket_realized=1"} []
[2024-07-03 21:12:58] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/8f92690c-4a10-46f0-8a63-0eeab2258ff3/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=8f92690c-4a10-46f0-8a63-0eeab2258ff3, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-03 23:11:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:11:14] basket_app.ERROR: Network error for https://login.inpost.pl/auth/realms/external/protocol/openid-connect/token: "cURL error 28: Operation timed out after 10004 milliseconds with 0 bytes received" {"uri":"https://login.inpost.pl/auth/realms/external/protocol/openid-connect/token","message":"cURL error 28: Operation timed out after 10004 milliseconds with 0 bytes received"} []
[2024-07-03 23:13:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:13:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:16:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:18:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:18:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:19:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:19:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:26:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:26:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:29:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:29:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:29:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-03 23:29:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []

File diff suppressed because it is too large Load Diff

View File

@@ -1,270 +0,0 @@
[2024-07-05 09:17:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding?browser_id="} []
[2024-07-05 09:17:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding?browser_id="} []
[2024-07-05 09:17:27] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 09:17:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 09:18:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 09:18:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 09:18:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 09:18:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec9ca7c1-299a-4019-8ad8-2c4cc4ef5d36/binding"} []
[2024-07-05 10:01:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:01:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:01:18] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:01:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:01:23] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/confirmation"} []
[2024-07-05 10:01:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-05 10:01:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-05 10:01:23] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/confirmation","status_code":200} []
[2024-07-05 10:02:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:02:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:03:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:03:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:03:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:03:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:04:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:04:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:04:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:04:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8af674ee-d669-4ea4-8ac3-79ec9fdb49da/binding"} []
[2024-07-05 10:58:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 10:58:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 10:58:08] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 10:58:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:25] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:35] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:35] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:00:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f2136b4-5c7e-4081-860d-e989f24477d6/binding"} []
[2024-07-05 11:33:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-05 11:33:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/25e54388-0298-4b16-93ca-4512ab7b066b/binding"} []
[2024-07-05 11:55:34] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-05 11:55:34] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-05 14:42:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding"} []
[2024-07-05 14:42:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding"} []
[2024-07-05 14:42:19] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding"} []
[2024-07-05 14:42:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/binding"} []
[2024-07-05 14:42:20] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/confirmation"} []
[2024-07-05 14:42:21] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9/confirmation","status_code":200} []
[2024-07-05 14:43:00] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9" {"method":"GET","path":"/inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9"} []
[2024-07-05 14:43:00] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9": 200 {"method":"GET","path":"/inpost/v1/izi/basket/7534391b-3f65-4098-bdd0-9da2a6291dc9","status_code":200} []
[2024-07-05 14:43:00] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-05 14:43:02] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-05 14:44:14] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:11:57] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:16:30] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:17:18] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:17:30] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:20:07] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:20:35] general.CRITICAL: Could not send updated cart #99703 data: DomainException: Cannot switch basket for finalized order. in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\prestashop\Entities\BasketSession->switchBasket(Object(izi\prestashop\Entities\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\prestashop\EventListener\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#3 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#4 {main} {"cartId":99703,"error":"[object] (DomainException(code: 0): Cannot switch basket for finalized order. at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Entities/BasketSession.php:171)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(125): izi\\prestashop\\Entities\\BasketSession->switchBasket(Object(izi\\prestashop\\Entities\\Cart))
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(93): izi\\prestashop\\EventListener\\CartListener->handleCurrentCartChange(99703)
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#3 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#4 {main}
"} []
[2024-07-05 15:56:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2887c230-05f7-43e8-ba23-99481e363c04/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2887c230-05f7-43e8-ba23-99481e363c04/binding"} []
[2024-07-05 15:56:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2887c230-05f7-43e8-ba23-99481e363c04/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2887c230-05f7-43e8-ba23-99481e363c04/binding"} []
[2024-07-05 16:44:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding"} []
[2024-07-05 16:44:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding"} []
[2024-07-05 16:44:17] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding"} []
[2024-07-05 16:44:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding"} []
[2024-07-05 16:49:23] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding?if_basket_realized=1"} []
[2024-07-05 16:49:24] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/df04724b-0ead-41a6-b050-b792eb6f310d/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=df04724b-0ead-41a6-b050-b792eb6f310d, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-05 17:55:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 17:55:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 17:55:09] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 17:55:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 17:55:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 17:55:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9776fc07-e461-4641-8c47-4e53a8fbf650/binding"} []
[2024-07-05 18:16:08] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-05 18:16:08] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-05 20:58:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:12] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:19] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:19] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 20:58:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding"} []
[2024-07-05 21:01:48] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding?if_basket_realized=1"} []
[2024-07-05 21:01:49] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/336ab767-fa01-465c-a7eb-324d49d3b505/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=336ab767-fa01-465c-a7eb-324d49d3b505, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []

View File

@@ -1,851 +0,0 @@
[2024-07-06 00:20:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:33] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:43] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 00:20:43] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/ce0e58a3-11c7-4d97-8ecb-b721f83d1a16/binding"} []
[2024-07-06 09:23:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:23:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:23:21] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:23:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:57] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:26:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:44:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:44:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:44:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 09:44:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 10:35:47] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20600928)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20600928)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-06 10:35:47] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20600928)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-06 12:04:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 12:04:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 12:04:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 12:04:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 13:00:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:09] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:15] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:15] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:00:26] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/confirmation"} []
[2024-07-06 13:00:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-06 13:00:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-06 13:00:26] general.ERROR: Error processing request: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\prestashop\Builder\Basket\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\MerchantApi\Handler\ConfirmBasketBindingHandler->__invoke(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\prestashop\CommandBus->handle(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\Api\BasketController->confirm('a6e758db-1e78-4...', Object(Symfony\Component\HttpFoundation\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main} {"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\\prestashop\\Builder\\Basket\\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\MerchantApi\\Handler\\ConfirmBasketBindingHandler->__invoke(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\Api\\BasketController->confirm('a6e758db-1e78-4...', Object(Symfony\\Component\\HttpFoundation\\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main}
"} []
[2024-07-06 13:00:26] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/confirmation": 500 {"method":"POST","path":"/inpost/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/confirmation","status_code":500} []
[2024-07-06 13:00:26] merchant_api.ERROR: Response body: "{"error_code":"INTERNAL_SERVER_ERROR","error_message":"Something went wrong. Please try again later."}" {"body":"{\"error_code\":\"INTERNAL_SERVER_ERROR\",\"error_message\":\"Something went wrong. Please try again later.\"}"} []
[2024-07-06 13:00:48] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:00:48] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:00:49] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:00:49] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:02:46] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:02:47] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:02:47] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:02:47] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:02:48] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:01] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:01] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:02] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:02] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:02] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:31] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:31] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:31] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:32] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:32] general.CRITICAL: Could not send updated cart #100013 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100013,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-06 13:03:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:03:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:03:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:03:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:03:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:03:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding"} []
[2024-07-06 13:08:01] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding?if_basket_realized=1"} []
[2024-07-06 13:08:02] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/a6e758db-1e78-4547-ab3e-0b5affbf9e19/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=a6e758db-1e78-4547-ab3e-0b5affbf9e19, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-06 13:13:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding"} []
[2024-07-06 13:13:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding"} []
[2024-07-06 13:13:15] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding"} []
[2024-07-06 13:13:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/binding"} []
[2024-07-06 13:13:47] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/confirmation"} []
[2024-07-06 13:13:48] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078/confirmation","status_code":200} []
[2024-07-06 13:14:20] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078" {"method":"GET","path":"/inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078"} []
[2024-07-06 13:14:20] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078": 200 {"method":"GET","path":"/inpost/v1/izi/basket/b82e77ef-a4c6-4ce2-92bf-8bf58847f078","status_code":200} []
[2024-07-06 13:14:21] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-06 13:14:22] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-06 13:14:26] merchant_api.INFO: Request "GET /inpost/v1/izi/order/43476" {"method":"GET","path":"/inpost/v1/izi/order/43476"} []
[2024-07-06 13:14:26] merchant_api.INFO: Response "GET /inpost/v1/izi/order/43476": 200 {"method":"GET","path":"/inpost/v1/izi/order/43476","status_code":200} []
[2024-07-06 13:14:36] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43476/event" {"method":"POST","path":"/inpost/v1/izi/order/43476/event"} []
[2024-07-06 13:14:38] general.INFO: Updated order #43476 status to #2. {"orderId":43476,"statusId":2} []
[2024-07-06 13:14:38] general.INFO: Created payment for order #43476. {"orderId":43476} []
[2024-07-06 13:14:38] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43476/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43476/event","status_code":200} []
[2024-07-06 16:37:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 16:37:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 16:38:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 16:38:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b5af39d8-dea5-4b10-b496-4bd3c293de38/binding"} []
[2024-07-06 19:01:02] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20602061)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602061)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-06 19:01:02] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602061)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []

View File

@@ -1,162 +0,0 @@
[2024-07-07 09:00:03] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-07 09:00:03] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-07 09:28:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 09:28:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 09:28:32] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 09:28:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 09:30:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 09:30:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 10:16:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:16:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:16:55] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:16:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:17:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:18:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 10:18:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/bef4f670-5355-45e4-b998-13b0513c090d/binding"} []
[2024-07-07 11:41:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:15] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:38] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:41:38] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:42:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:42:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:42:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:42:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:45:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:45:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:45:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:45:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:46:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:46:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:46:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 11:46:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d4517b7d-c1fb-4eb6-81fc-7f9a32f5b0ea/binding"} []
[2024-07-07 14:52:50] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 14:52:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 14:53:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 14:53:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 14:53:07] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 14:53:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:35] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:01:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:02:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:02:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:02:01] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:02:01] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:35] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:52] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 15:03:52] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/2b2256b3-04cc-4ef0-9b93-f4e8b4732858/binding"} []
[2024-07-07 16:02:59] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-07 16:02:59] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-07 18:50:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding"} []
[2024-07-07 18:50:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding"} []
[2024-07-07 18:50:16] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding"} []
[2024-07-07 18:50:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2732a5b2-6a03-4908-8d24-5d0cc9b259ee/binding"} []

File diff suppressed because it is too large Load Diff

View File

@@ -1,174 +0,0 @@
[2024-07-09 00:00:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 00:00:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 07:55:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:18] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:38] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:55:38] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/binding"} []
[2024-07-09 07:58:17] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/confirmation"} []
[2024-07-09 07:58:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-09 07:58:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-09 07:58:19] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532/confirmation","status_code":200} []
[2024-07-09 07:59:29] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532" {"method":"GET","path":"/inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532"} []
[2024-07-09 07:59:29] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532": 200 {"method":"GET","path":"/inpost/v1/izi/basket/6426d149-40d6-4cf1-a125-9b2e71a52532","status_code":200} []
[2024-07-09 07:59:29] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-09 07:59:32] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-09 08:00:38] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43562/event" {"method":"POST","path":"/inpost/v1/izi/order/43562/event"} []
[2024-07-09 08:00:41] general.INFO: Updated order #43562 status to #2. {"orderId":43562,"statusId":2} []
[2024-07-09 08:00:41] general.INFO: Created payment for order #43562. {"orderId":43562} []
[2024-07-09 08:00:41] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43562/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43562/event","status_code":200} []
[2024-07-09 09:29:13] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-09 09:29:13] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-09 12:45:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:45:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:47:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding"} []
[2024-07-09 12:51:42] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding?if_basket_realized=1"} []
[2024-07-09 12:51:43] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/b0f6281f-3af6-42ae-86df-e6a3b163ab56/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=b0f6281f-3af6-42ae-86df-e6a3b163ab56, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-09 14:01:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:08] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:23] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:01:23] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/binding"} []
[2024-07-09 14:07:11] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/confirmation"} []
[2024-07-09 14:07:14] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/confirmation","status_code":200} []
[2024-07-09 14:08:00] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/event" {"method":"POST","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/event"} []
[2024-07-09 14:08:00] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad/event","status_code":200} []
[2024-07-09 14:08:25] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad" {"method":"GET","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad"} []
[2024-07-09 14:08:25] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad": 200 {"method":"GET","path":"/inpost/v1/izi/basket/e0d2eced-5807-4218-b96f-49a1bf9157ad","status_code":200} []
[2024-07-09 14:08:26] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-09 14:08:29] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-09 14:08:52] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43585/event" {"method":"POST","path":"/inpost/v1/izi/order/43585/event"} []
[2024-07-09 14:08:55] general.INFO: Updated order #43585 status to #2. {"orderId":43585,"statusId":2} []
[2024-07-09 14:08:55] general.INFO: Created payment for order #43585. {"orderId":43585} []
[2024-07-09 14:08:55] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43585/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43585/event","status_code":200} []
[2024-07-09 14:17:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:28] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:17:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:18:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:18:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:18:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:18:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding"} []
[2024-07-09 14:19:07] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding?if_basket_realized=1"} []
[2024-07-09 14:19:07] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/385480b4-c4f3-489f-a6fc-46703e71c6ba/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=385480b4-c4f3-489f-a6fc-46703e71c6ba, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-09 14:33:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:33:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:33:54] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:33:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:34:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:34:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:34:04] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 14:34:05] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/2540506c-5eee-4a8e-b897-95bdf760f4a8/binding"} []
[2024-07-09 18:04:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding"} []
[2024-07-09 18:04:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding"} []
[2024-07-09 18:04:42] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding"} []
[2024-07-09 18:04:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/36da37e9-692d-488f-86e3-4c2ca6ee6132/binding"} []
[2024-07-09 20:27:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 20:27:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 20:27:00] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 20:27:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:13:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:23:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:25:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 21:25:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7ea89601-4246-4ea2-a044-06b03c8ff77f/binding"} []
[2024-07-09 22:07:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:08:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:09:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:09:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:09:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:09:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:10:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:10:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:10:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:10:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:11:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-09 22:16:09] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding?if_basket_realized=1"} []
[2024-07-09 22:16:10] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=8e2caf32-7e30-477e-89a8-ea729c6cf303, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []

View File

@@ -1,214 +0,0 @@
[2024-07-10 00:56:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:03] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:18] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:18] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/binding"} []
[2024-07-10 00:56:44] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/confirmation"} []
[2024-07-10 00:56:47] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129/confirmation","status_code":200} []
[2024-07-10 00:57:09] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129" {"method":"GET","path":"/inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129"} []
[2024-07-10 00:57:09] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129": 200 {"method":"GET","path":"/inpost/v1/izi/basket/5e3319a0-b265-464a-9621-332256494129","status_code":200} []
[2024-07-10 00:57:10] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-10 00:57:12] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-10 00:58:36] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43616/event" {"method":"POST","path":"/inpost/v1/izi/order/43616/event"} []
[2024-07-10 00:58:38] general.INFO: Updated order #43616 status to #2. {"orderId":43616,"statusId":2} []
[2024-07-10 00:58:38] general.INFO: Created payment for order #43616. {"orderId":43616} []
[2024-07-10 00:58:38] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43616/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43616/event","status_code":200} []
[2024-07-10 06:26:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:41] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:26:53] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:27:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:27:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:28:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:28:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:29:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:29:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:29:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:29:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:30:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:31:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:32:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:33:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:33:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:34:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:34:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:34:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:34:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:35:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:36:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:36:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:36:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:36:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:37:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:38:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:38:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:38:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:38:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:44:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 06:44:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-10 07:54:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:54:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:54:32] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:54:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:55:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:55:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:55:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 07:55:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/136f951d-5270-40d2-af10-4174b5879ddb/binding"} []
[2024-07-10 11:00:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:00:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:00:47] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:00:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:01:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:01:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:01:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:01:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:01:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 11:02:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 12:18:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?browser_id="} []
[2024-07-10 12:18:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?browser_id="} []
[2024-07-10 12:18:47] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:18:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:19:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:19:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:19:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:19:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:20:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:20:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:21:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:22:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:23:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:24:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:25:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:28:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:28:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:29:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding"} []
[2024-07-10 12:35:05] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?if_basket_realized=1"} []
[2024-07-10 12:35:06] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/5953cf58-9bb4-454e-8e55-f0258b52288d/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=5953cf58-9bb4-454e-8e55-f0258b52288d, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-10 13:24:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:24:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:24:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:24:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:24:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:24:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:25:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:25:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:31:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:31:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:32:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:32:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:33:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:05] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3be6abec-d4d5-4c75-a380-94855b60ecfe/binding"} []
[2024-07-10 13:33:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:33:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding"} []
[2024-07-10 13:35:05] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding?if_basket_realized=1"} []
[2024-07-10 13:35:05] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/f6c69e50-e05d-46c7-991b-d877cd305926/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=f6c69e50-e05d-46c7-991b-d877cd305926, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-10 13:40:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:40:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:40:25] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:40:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:41:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:41:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:43:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:43:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:44:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:44:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:44:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:44:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:45:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:45:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:46:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:46:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:46:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:46:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:47:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:47:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:23] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:45] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-10 13:48:45] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []

View File

@@ -1,676 +0,0 @@
[2024-07-11 01:28:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 01:28:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 01:28:11] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 01:28:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 01:28:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 01:28:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/baad94a6-10a4-476b-a470-32a3de4c96c3/binding"} []
[2024-07-11 09:12:59] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 09:12:59] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 09:29:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:05] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:29:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:30:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:30:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:30:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:30:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:31:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:31:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:31:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:31:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:32:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:33:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:34:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:34:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:35:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:35:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:36:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:37:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:14] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:38:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:38:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 09:39:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:39:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:39:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:39:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:40:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:40:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:40:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:40:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:41:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:42:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:42:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:43:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:44:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:44:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:47:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:48:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:47] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:49:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:50:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:43] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:51:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:26] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:52:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:56:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:56:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:56:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 09:56:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding"} []
[2024-07-11 10:00:36] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding?if_basket_realized=1"} []
[2024-07-11 10:00:36] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=60f6b4c5-c29a-4380-b212-8629679cff35, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-11 10:16:42] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/confirmation"} []
[2024-07-11 10:16:42] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/60f6b4c5-c29a-4380-b212-8629679cff35/confirmation","status_code":200} []
[2024-07-11 10:42:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:42:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:42:48] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:42:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:42:50] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/confirmation"} []
[2024-07-11 10:42:51] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/confirmation","status_code":200} []
[2024-07-11 10:44:13] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/event" {"method":"POST","path":"/inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/event"} []
[2024-07-11 10:44:14] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/event","status_code":200} []
[2024-07-11 10:44:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:44:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:44:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 10:44:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 11:04:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 11:04:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 12:23:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 12:23:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/31ce4c52-c979-4bbf-ac77-43911e3fd1b2/binding"} []
[2024-07-11 12:56:00] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 12:56:00] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 13:14:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:14:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:14:39] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:14:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:16:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:16:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:16:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 13:16:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/96770127-b33c-455c-a3a4-977071d325d1/binding"} []
[2024-07-11 16:09:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:09:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:09:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:09:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:09:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:09:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:42] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:10:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding"} []
[2024-07-11 16:13:18] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding?if_basket_realized=1"} []
[2024-07-11 16:13:18] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=5f7bebd5-f5fd-4605-a1a4-75aaf3c9d1ef, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-11 17:49:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:49:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:49:04] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:49:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:49:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:49:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:51:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:51:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:52:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:52:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:53:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:55:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:55:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:55:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:55:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:56:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:56:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:56:38] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:56:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:57:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:58:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 17:58:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-11 18:51:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 18:51:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 18:51:50] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 18:51:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/69dbedb7-5b65-4790-9216-ad91281d3ff9/binding"} []
[2024-07-11 19:13:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:13:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:13:16] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:13:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:13:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:13:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:14:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:14:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:14:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:14:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:15:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:15:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding"} []
[2024-07-11 19:18:25] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding?if_basket_realized=1"} []
[2024-07-11 19:18:25] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/8f02d58a-b5a2-4356-a261-2a953577fdee/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=8f02d58a-b5a2-4356-a261-2a953577fdee, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-11 19:24:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:24:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:24:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:24:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:50] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:25:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:27:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 19:27:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-11 20:08:52] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 20:08:52] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 21:15:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:15:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:15:51] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:15:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:15:54] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/confirmation"} []
[2024-07-11 21:15:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-11 21:15:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-11 21:15:55] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/confirmation","status_code":200} []
[2024-07-11 21:16:57] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:16:58] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:16:58] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:02] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:02] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:02] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:02] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:02] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:02] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:02] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:02] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:03] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:03] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:03] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:17:23] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292"} []
[2024-07-11 21:17:24] basket_app.ERROR: Response: "400 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292" {"status_code":400,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292","body":"{\"error_code\":\"BAD_REQUEST\",\"error_message\":\"Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0\"}"} []
[2024-07-11 21:17:24] general.CRITICAL: Could not send updated cart #100548 data: izi\prestashop\BasketApp\Exception\BadRequestException: Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\prestashop\BasketApp\Exception\BasketAppException::create(Object(Nyholm\Psr7\Request), Object(izi\prestashop\Common\Error\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\prestashop\BasketApp\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\Psr7\Request), Object(Nyholm\Psr7\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\prestashop\BasketApp\BasketAppClient->sendRequest(Object(Nyholm\Psr7\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\prestashop\BasketApp\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\prestashop\BasketApp\Basket\Request\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#7 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#8 {main} {"cartId":100548,"error":"[object] (izi\\prestashop\\BasketApp\\Exception\\BadRequestException(code: 400): Invalid request. Field [deliveries[0].options[0].optionPrice.vat] - must be greater than or equal to 0 at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/Exception/BasketAppException.php:53)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(227): izi\\prestashop\\BasketApp\\Exception\\BasketAppException::create(Object(Nyholm\\Psr7\\Request), Object(izi\\prestashop\\Common\\Error\\Error), 400)
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(196): izi\\prestashop\\BasketApp\\BasketAppClient->handleUnsuccessfulResponse(Object(Nyholm\\Psr7\\Request), Object(Nyholm\\Psr7\\Response))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/BasketApp/BasketAppClient.php(72): izi\\prestashop\\BasketApp\\BasketAppClient->sendRequest(Object(Nyholm\\Psr7\\Request))
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(64): izi\\prestashop\\BasketApp\\BasketAppClient->upsertBasket('511a04b2-54f2-4...', Object(izi\\prestashop\\BasketApp\\Basket\\Request\\Basket))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#7 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#8 {main}
"} []
[2024-07-11 21:18:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:18:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:18:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:18:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:18:38] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 21:18:38] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-11 21:19:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:19:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding"} []
[2024-07-11 21:20:48] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding?if_basket_realized=1"} []
[2024-07-11 21:20:48] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/511a04b2-54f2-4049-a5f2-2467796e9292/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=511a04b2-54f2-4049-a5f2-2467796e9292, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-11 21:37:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:37:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:37:55] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:37:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:38:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:39:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 21:39:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/26fbb220-6131-4936-acb8-66991b2873f3/binding"} []
[2024-07-11 22:09:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding"} []
[2024-07-11 22:09:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding"} []
[2024-07-11 22:09:37] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding"} []
[2024-07-11 22:09:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/793d373d-ce2f-439c-86c6-5a54a17ac2f7/binding"} []

View File

@@ -1,383 +0,0 @@
[2024-07-12 04:07:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:12] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:07:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:08:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:08:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 04:10:09] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding?if_basket_realized=1"} []
[2024-07-12 04:10:10] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=c75189e0-4951-4a63-b31e-3d36fa25f395, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-12 08:04:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding"} []
[2024-07-12 08:04:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding"} []
[2024-07-12 08:04:10] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding"} []
[2024-07-12 08:04:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/binding"} []
[2024-07-12 08:04:14] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/confirmation"} []
[2024-07-12 08:04:14] general.ERROR: Error processing request: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 4 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\prestashop\Builder\Basket\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\MerchantApi\Handler\ConfirmBasketBindingHandler->__invoke(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\prestashop\CommandBus->handle(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\Api\BasketController->confirm('850b0366-dcf1-4...', Object(Symfony\Component\HttpFoundation\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main} {"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 4 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\\prestashop\\Builder\\Basket\\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\MerchantApi\\Handler\\ConfirmBasketBindingHandler->__invoke(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\Api\\BasketController->confirm('850b0366-dcf1-4...', Object(Symfony\\Component\\HttpFoundation\\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main}
"} []
[2024-07-12 08:04:14] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/confirmation": 500 {"method":"POST","path":"/inpost/v1/izi/basket/850b0366-dcf1-4be5-b024-ff14f0c254e2/confirmation","status_code":500} []
[2024-07-12 08:04:14] merchant_api.ERROR: Response body: "{"error_code":"INTERNAL_SERVER_ERROR","error_message":"Something went wrong. Please try again later."}" {"body":"{\"error_code\":\"INTERNAL_SERVER_ERROR\",\"error_message\":\"Something went wrong. Please try again later.\"}"} []
[2024-07-12 08:07:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:07:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:07:01] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:07:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:07:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:07:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:08:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:08:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9abe3713-dc53-40e7-b50e-ebe1fd1f51ad/binding"} []
[2024-07-12 08:41:54] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-12 08:41:54] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602059)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-12 09:13:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:13:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:13:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:13:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:13:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:13:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:14:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:14:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:14:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:14:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:15:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:15:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-12 09:54:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-12 09:54:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-12 10:51:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:51:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:51:27] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:51:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:51:31] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/confirmation"} []
[2024-07-12 10:51:32] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/confirmation","status_code":200} []
[2024-07-12 10:51:54] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/event" {"method":"POST","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/event"} []
[2024-07-12 10:51:55] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/event","status_code":200} []
[2024-07-12 10:51:58] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b" {"method":"GET","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b"} []
[2024-07-12 10:51:58] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b": 200 {"method":"GET","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b","status_code":200} []
[2024-07-12 10:52:23] merchant_api.INFO: Request "DELETE /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"DELETE","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:23] merchant_api.INFO: Response "DELETE /inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding": 200 {"method":"DELETE","path":"/inpost/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding","status_code":200} []
[2024-07-12 10:52:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:52:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:53:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 10:53:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0c5408b9-1c60-4977-8e3a-682366a48a5b/binding"} []
[2024-07-12 11:13:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:13:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:13:14] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:13:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:13:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:13:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fbaaeaa5-09ae-4255-98c5-f5c37133a49f/binding"} []
[2024-07-12 11:50:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-12 11:50:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/10d1e6f1-789d-4f30-a926-ff3e859a5057/binding"} []
[2024-07-12 12:37:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding"} []
[2024-07-12 12:37:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding"} []
[2024-07-12 12:37:10] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding"} []
[2024-07-12 12:37:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/binding"} []
[2024-07-12 12:37:16] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/confirmation"} []
[2024-07-12 12:37:17] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/17c328c3-bfd9-4bb5-a1cc-991d5b6fffbb/confirmation","status_code":200} []
[2024-07-12 12:45:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:45:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:46:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:46:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:46:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:46:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:47:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:47:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-12 12:51:01] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1"} []
[2024-07-12 12:51:02] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=50c6aa24-d677-43ae-b00d-6f27b355e318, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-12 17:49:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding"} []
[2024-07-12 17:49:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding"} []
[2024-07-12 17:49:30] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding"} []
[2024-07-12 17:49:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/binding"} []
[2024-07-12 17:50:45] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/confirmation"} []
[2024-07-12 17:50:45] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/confirmation","status_code":200} []
[2024-07-12 17:51:08] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/event" {"method":"POST","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/event"} []
[2024-07-12 17:51:08] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53/event","status_code":200} []
[2024-07-12 17:51:22] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53" {"method":"GET","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53"} []
[2024-07-12 17:51:23] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53": 200 {"method":"GET","path":"/inpost/v1/izi/basket/1c6d897b-9555-44dd-8c25-c2682e086c53","status_code":200} []
[2024-07-12 17:51:23] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-12 17:51:24] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-12 17:51:33] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43716/event" {"method":"POST","path":"/inpost/v1/izi/order/43716/event"} []
[2024-07-12 17:51:35] general.INFO: Updated order #43716 status to #2. {"orderId":43716,"statusId":2} []
[2024-07-12 17:51:35] general.INFO: Created payment for order #43716. {"orderId":43716} []
[2024-07-12 17:51:35] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43716/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43716/event","status_code":200} []
[2024-07-12 18:57:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 18:57:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 18:57:42] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 18:57:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 18:57:50] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/confirmation"} []
[2024-07-12 18:57:51] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/confirmation","status_code":200} []
[2024-07-12 19:02:52] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:02:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:02:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:02:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:03:06] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:07] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:08] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:08] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:11] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:03:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:03:36] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:03:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:05:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:05:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:05:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:05:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:34] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:06:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:06:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:54] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:06:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:06:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:06:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:07] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:08:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:08:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:08:50] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:09:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:09:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:09:26] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:09:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:09:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:09:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding"} []
[2024-07-12 19:11:00] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:06] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:08] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:25] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:31] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:40] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:51] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:11:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:12:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:12:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:12:57] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:12:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3"} []
[2024-07-12 19:13:45] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding?if_basket_realized=1"} []
[2024-07-12 19:13:45] basket_app.INFO: Response: "204 https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding?if_basket_realized=1" {"status_code":204,"uri":"https://api.inpost.pl/v1/izi/basket/ec24d7cf-5abe-4bf7-b1d3-8964bb396aa3/binding?if_basket_realized=1"} []
[2024-07-12 19:38:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:01] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:38:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:39:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:39:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:40:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:40:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:40:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:40:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding"} []
[2024-07-12 19:44:04] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding?if_basket_realized=1"} []
[2024-07-12 19:44:04] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/db976052-e721-4a97-836c-9ca8e7fb7554/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=db976052-e721-4a97-836c-9ca8e7fb7554, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-12 21:46:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:46:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:47:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:48:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 21:54:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:54:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:54:55] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:54:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:54:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:54:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 21:55:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a8cd0e12-219e-41c2-aeac-98a09d4f45c3/binding"} []
[2024-07-12 22:26:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 22:26:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/62189b66-2a39-486f-863e-83e8d483e9ad/binding"} []
[2024-07-12 22:53:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:53:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:53:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:53:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:02] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:02] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:14] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/confirmation"} []
[2024-07-12 22:54:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-12 22:54:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-12 22:54:15] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/confirmation","status_code":200} []
[2024-07-12 22:54:43] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/event" {"method":"POST","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/event"} []
[2024-07-12 22:54:43] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/event","status_code":200} []
[2024-07-12 22:54:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:54:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f/binding"} []
[2024-07-12 22:55:27] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f" {"method":"GET","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f"} []
[2024-07-12 22:55:27] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f": 200 {"method":"GET","path":"/inpost/v1/izi/basket/72a9d5c2-e809-4448-b090-a9f54e73e76f","status_code":200} []
[2024-07-12 22:55:28] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-12 22:55:29] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-12 22:56:26] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43725/event" {"method":"POST","path":"/inpost/v1/izi/order/43725/event"} []
[2024-07-12 22:56:28] general.INFO: Updated order #43725 status to #2. {"orderId":43725,"statusId":2} []
[2024-07-12 22:56:28] general.INFO: Created payment for order #43725. {"orderId":43725} []
[2024-07-12 22:56:28] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43725/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43725/event","status_code":200} []
[2024-07-12 22:56:38] merchant_api.INFO: Request "GET /inpost/v1/izi/order/43725" {"method":"GET","path":"/inpost/v1/izi/order/43725"} []
[2024-07-12 22:56:38] merchant_api.INFO: Response "GET /inpost/v1/izi/order/43725": 200 {"method":"GET","path":"/inpost/v1/izi/order/43725","status_code":200} []

View File

@@ -1,369 +0,0 @@
[2024-07-13 07:58:16] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 07:58:16] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451782)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 09:47:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-13 09:47:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-13 09:48:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-13 09:48:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c75189e0-4951-4a63-b31e-3d36fa25f395/binding"} []
[2024-07-13 12:12:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/53365523-d8da-44e3-9d73-4f6c8563e906/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/53365523-d8da-44e3-9d73-4f6c8563e906/binding"} []
[2024-07-13 12:12:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/53365523-d8da-44e3-9d73-4f6c8563e906/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/53365523-d8da-44e3-9d73-4f6c8563e906/binding"} []
[2024-07-13 12:18:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id="} []
[2024-07-13 12:18:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id="} []
[2024-07-13 12:18:40] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:18:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:18:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:18:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:18:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id="} []
[2024-07-13 12:18:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding?browser_id="} []
[2024-07-13 12:18:48] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:18:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e920f91-708e-431f-b228-29b62a63e9fb/binding"} []
[2024-07-13 12:44:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id="} []
[2024-07-13 12:44:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id="} []
[2024-07-13 12:44:40] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 12:44:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 12:44:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 12:44:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 12:44:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id="} []
[2024-07-13 12:44:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding?browser_id="} []
[2024-07-13 12:44:46] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 12:44:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/95d725c3-8ac7-4a18-946d-f1197aa27ba6/binding"} []
[2024-07-13 15:03:43] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 15:03:43] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 15:49:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding"} []
[2024-07-13 15:49:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding"} []
[2024-07-13 15:49:56] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding"} []
[2024-07-13 15:49:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8ec6fa7a-2be8-463f-8189-aecf89eed151/binding"} []
[2024-07-13 17:17:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:17:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:17:52] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:17:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:17:55] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/confirmation"} []
[2024-07-13 17:17:55] general.ERROR: Error processing request: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 14 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\prestashop\Builder\Basket\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\MerchantApi\Handler\ConfirmBasketBindingHandler->__invoke(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\prestashop\CommandBus->handle(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\Api\BasketController->confirm('65e0fb1b-a84e-4...', Object(Symfony\Component\HttpFoundation\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main} {"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 14 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\\prestashop\\Builder\\Basket\\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\MerchantApi\\Handler\\ConfirmBasketBindingHandler->__invoke(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\Api\\BasketController->confirm('65e0fb1b-a84e-4...', Object(Symfony\\Component\\HttpFoundation\\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main}
"} []
[2024-07-13 17:17:55] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/confirmation": 500 {"method":"POST","path":"/inpost/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/confirmation","status_code":500} []
[2024-07-13 17:17:55] merchant_api.ERROR: Response body: "{"error_code":"INTERNAL_SERVER_ERROR","error_message":"Something went wrong. Please try again later."}" {"body":"{\"error_code\":\"INTERNAL_SERVER_ERROR\",\"error_message\":\"Something went wrong. Please try again later.\"}"} []
[2024-07-13 17:18:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:18:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:18:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:18:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:18:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:18:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:19:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:19:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 17:20:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 20:13:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding"} []
[2024-07-13 20:13:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding"} []
[2024-07-13 20:13:38] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding"} []
[2024-07-13 20:13:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/binding"} []
[2024-07-13 20:16:33] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/confirmation"} []
[2024-07-13 20:16:33] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/confirmation","status_code":200} []
[2024-07-13 20:17:17] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/event" {"method":"POST","path":"/inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/event"} []
[2024-07-13 20:17:17] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/5886adb3-d37f-4685-8412-bea95420cf6e/event","status_code":200} []
[2024-07-13 20:47:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding"} []
[2024-07-13 20:47:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding"} []
[2024-07-13 20:47:10] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding"} []
[2024-07-13 20:47:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a496b161-b85e-40f5-8713-8c866e39f345/binding"} []
[2024-07-13 21:26:55] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 21:26:55] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 21:29:21] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 21:29:21] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 21:34:08] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 21:34:08] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20602875)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-13 22:22:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:23:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:23:00] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:23:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:43:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:43:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:44:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:44:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:45:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:45:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/65e0fb1b-a84e-45e9-9407-d968936f91ab/binding"} []
[2024-07-13 22:52:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:52:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:52:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:52:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:52:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:52:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:54:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:54:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:54:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 22:54:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:11:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:11:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:12:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:12:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:43:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:43:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:48:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []
[2024-07-13 23:48:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/de2600cf-1280-4597-a488-b9032a4ef761/binding"} []

View File

@@ -1,749 +0,0 @@
[2024-07-14 00:38:03] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 00:38:03] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452734)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 08:03:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:03:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:03:57] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:03:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:04:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:04:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:05:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:05:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:08:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:08:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:08:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:08:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:09:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:09:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:10:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:10:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:10:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:10:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:11:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:11:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:11:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:11:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:12:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:12:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:13:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:13:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:13:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:13:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding"} []
[2024-07-14 08:18:03] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding?if_basket_realized=1"} []
[2024-07-14 08:18:03] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/817c90e9-65c8-4960-ba44-59ce693e91f0/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=817c90e9-65c8-4960-ba44-59ce693e91f0, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-14 08:43:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:43:50] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:43:50] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:43:50] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:43:52] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/confirmation"} []
[2024-07-14 08:43:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-14 08:43:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-14 08:43:53] general.ERROR: Error processing request: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\prestashop\Builder\Basket\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\MerchantApi\Handler\ConfirmBasketBindingHandler->__invoke(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\prestashop\CommandBus->handle(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\Api\BasketController->confirm('624a048f-2526-4...', Object(Symfony\Component\HttpFoundation\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main} {"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 11 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\\prestashop\\Builder\\Basket\\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\MerchantApi\\Handler\\ConfirmBasketBindingHandler->__invoke(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\Api\\BasketController->confirm('624a048f-2526-4...', Object(Symfony\\Component\\HttpFoundation\\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main}
"} []
[2024-07-14 08:43:53] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/confirmation": 500 {"method":"POST","path":"/inpost/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/confirmation","status_code":500} []
[2024-07-14 08:43:53] merchant_api.ERROR: Response body: "{"error_code":"INTERNAL_SERVER_ERROR","error_message":"Something went wrong. Please try again later."}" {"body":"{\"error_code\":\"INTERNAL_SERVER_ERROR\",\"error_message\":\"Something went wrong. Please try again later.\"}"} []
[2024-07-14 08:44:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:44:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:45:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:45:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:45:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:45:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:46:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:46:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:41] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:41] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:47:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:48:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:49:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:49:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:50:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:53:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:53:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:53:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:53:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding"} []
[2024-07-14 08:57:53] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding?if_basket_realized=1"} []
[2024-07-14 08:57:54] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/624a048f-2526-4803-995c-5bde9c7e7feb/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=624a048f-2526-4803-995c-5bde9c7e7feb, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-14 09:34:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 09:34:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/8e2caf32-7e30-477e-89a8-ea729c6cf303/binding"} []
[2024-07-14 10:58:33] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id="} []
[2024-07-14 10:58:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id="} []
[2024-07-14 10:58:33] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 10:58:33] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 10:58:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 10:58:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 10:58:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id="} []
[2024-07-14 10:58:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding?browser_id="} []
[2024-07-14 10:58:42] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 10:58:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/c1a6a018-d632-43b8-8701-4508a7e6f57d/binding"} []
[2024-07-14 11:29:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id="} []
[2024-07-14 11:29:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id="} []
[2024-07-14 11:29:49] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:29:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:29:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:29:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:29:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id="} []
[2024-07-14 11:29:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding?browser_id="} []
[2024-07-14 11:29:56] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:29:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/e7d8d3ae-8d36-40cc-9055-dbc24ddc8cf5/binding"} []
[2024-07-14 11:59:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 11:59:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 11:59:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 11:59:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 11:59:59] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 11:59:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 12:00:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 12:00:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 12:01:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 12:01:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding"} []
[2024-07-14 12:02:07] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1"} []
[2024-07-14 12:02:08] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/50c6aa24-d677-43ae-b00d-6f27b355e318/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=50c6aa24-d677-43ae-b00d-6f27b355e318, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-14 12:26:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding"} []
[2024-07-14 12:26:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding"} []
[2024-07-14 12:26:48] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding"} []
[2024-07-14 12:26:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/binding"} []
[2024-07-14 12:26:53] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/confirmation"} []
[2024-07-14 12:26:53] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f/confirmation","status_code":200} []
[2024-07-14 12:27:23] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f" {"method":"GET","path":"/inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f"} []
[2024-07-14 12:27:23] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f": 200 {"method":"GET","path":"/inpost/v1/izi/basket/b7fe65a2-f799-490a-8387-f2dd40e9234f","status_code":200} []
[2024-07-14 12:27:24] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-14 12:27:25] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-14 12:27:41] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43757/event" {"method":"POST","path":"/inpost/v1/izi/order/43757/event"} []
[2024-07-14 12:27:43] general.INFO: Updated order #43757 status to #2. {"orderId":43757,"statusId":2} []
[2024-07-14 12:27:43] general.INFO: Created payment for order #43757. {"orderId":43757} []
[2024-07-14 12:27:43] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43757/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43757/event","status_code":200} []
[2024-07-14 12:27:49] merchant_api.INFO: Request "GET /inpost/v1/izi/order/43757" {"method":"GET","path":"/inpost/v1/izi/order/43757"} []
[2024-07-14 12:27:49] merchant_api.INFO: Response "GET /inpost/v1/izi/order/43757": 200 {"method":"GET","path":"/inpost/v1/izi/order/43757","status_code":200} []
[2024-07-14 12:37:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 12:37:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 12:37:16] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 12:37:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 13:19:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding?browser_id="} []
[2024-07-14 13:19:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding?browser_id="} []
[2024-07-14 13:19:22] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:19:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:22:40] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:22:40] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:22:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:22:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:31:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:31:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/334ea0f0-66e1-4093-b3fc-5adcd888d2e9/binding"} []
[2024-07-14 13:34:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 13:34:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 15:02:14] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 15:02:14] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 15:04:48] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 15:04:48] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 15:34:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 15:34:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 15:34:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 15:34:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-14 16:55:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:11] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:34] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:34] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:36] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 16:55:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-14 19:50:38] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 19:50:38] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 19:52:02] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 19:52:02] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 20:21:37] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 20:21:37] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 20:34:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:30] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:38] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:34:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/binding"} []
[2024-07-14 20:37:00] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 20:37:00] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20601373)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 21:53:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:16] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:53:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:57:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:58:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 21:58:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 22:19:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 22:19:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-14 22:43:53] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:43:53] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:44:03] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:44:03] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452721)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:49:56] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:49:56] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:50:10] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-14 22:50:10] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []

View File

@@ -1,591 +0,0 @@
[2024-07-15 08:07:48] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-15 08:07:49] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-15 08:08:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-15 08:08:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9d8847b0-ea11-4c91-9a77-4f12ee799c0f/binding"} []
[2024-07-15 09:01:49] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/confirmation"} []
[2024-07-15 09:01:49] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-15 09:01:50] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-15 09:01:51] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57/confirmation","status_code":200} []
[2024-07-15 09:02:06] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57" {"method":"GET","path":"/inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57"} []
[2024-07-15 09:02:06] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57": 200 {"method":"GET","path":"/inpost/v1/izi/basket/7c9c623c-a200-4787-843f-c61aa8dd4d57","status_code":200} []
[2024-07-15 09:02:07] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-15 09:02:08] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-15 09:02:24] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43776/event" {"method":"POST","path":"/inpost/v1/izi/order/43776/event"} []
[2024-07-15 09:02:27] general.INFO: Updated order #43776 status to #2. {"orderId":43776,"statusId":2} []
[2024-07-15 09:02:27] general.INFO: Created payment for order #43776. {"orderId":43776} []
[2024-07-15 09:02:27] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43776/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43776/event","status_code":200} []
[2024-07-15 09:10:29] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196451713)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451713)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-15 09:10:29] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196451713)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-15 10:23:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:23:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:23:46] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:23:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:23] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/binding"} []
[2024-07-15 10:28:28] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/confirmation"} []
[2024-07-15 10:28:29] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/confirmation","status_code":200} []
[2024-07-15 10:29:09] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/event" {"method":"POST","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/event"} []
[2024-07-15 10:29:09] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01/event","status_code":200} []
[2024-07-15 10:30:44] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01" {"method":"GET","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01"} []
[2024-07-15 10:30:44] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01": 200 {"method":"GET","path":"/inpost/v1/izi/basket/d46d0c66-1c3c-442f-8413-12795f258c01","status_code":200} []
[2024-07-15 10:30:45] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-15 10:30:46] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-15 10:31:37] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43781/event" {"method":"POST","path":"/inpost/v1/izi/order/43781/event"} []
[2024-07-15 10:31:39] general.INFO: Updated order #43781 status to #2. {"orderId":43781,"statusId":2} []
[2024-07-15 10:31:39] general.INFO: Created payment for order #43781. {"orderId":43781} []
[2024-07-15 10:31:39] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43781/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43781/event","status_code":200} []
[2024-07-15 11:23:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:23:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 11:25:02] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding?if_basket_realized=1"} []
[2024-07-15 11:25:02] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=266dea08-656e-4143-907f-7b755dcccd53, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-15 11:44:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding"} []
[2024-07-15 11:44:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding"} []
[2024-07-15 11:44:14] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding"} []
[2024-07-15 11:44:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9b9fb303-c9ee-4f38-b7cd-d876e125ae39/binding"} []
[2024-07-15 11:56:36] merchant_api.INFO: Request "GET /inpost/v1/izi/order/43781" {"method":"GET","path":"/inpost/v1/izi/order/43781"} []
[2024-07-15 11:56:36] merchant_api.INFO: Response "GET /inpost/v1/izi/order/43781": 200 {"method":"GET","path":"/inpost/v1/izi/order/43781","status_code":200} []
[2024-07-15 12:04:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:04:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding"} []
[2024-07-15 12:11:05] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding?if_basket_realized=1"} []
[2024-07-15 12:11:06] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/40867129-7be7-4ad5-94ad-781fa5f3ec44/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=40867129-7be7-4ad5-94ad-781fa5f3ec44, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-15 12:14:58] merchant_api.INFO: Request "GET /inpost/v1/izi/order/43716" {"method":"GET","path":"/inpost/v1/izi/order/43716"} []
[2024-07-15 12:14:58] merchant_api.INFO: Response "GET /inpost/v1/izi/order/43716": 200 {"method":"GET","path":"/inpost/v1/izi/order/43716","status_code":200} []
[2024-07-15 12:16:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 12:16:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 12:53:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 12:53:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/266dea08-656e-4143-907f-7b755dcccd53/binding"} []
[2024-07-15 13:16:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-15 13:16:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-15 13:36:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-15 13:36:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-15 15:07:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:07:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:07:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:07:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:07:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:07:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:21] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:21] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:08:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:09:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:09:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:10:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:10:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:11:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:11:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:12:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:12:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:15:18] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:15:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:15:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:15:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:17:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:17:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:18:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:18:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:18:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:18:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 15:40:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id="} []
[2024-07-15 15:40:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id="} []
[2024-07-15 15:40:52] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 15:40:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 15:40:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 15:40:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 15:41:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id="} []
[2024-07-15 15:41:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding?browser_id="} []
[2024-07-15 15:41:00] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 15:41:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fa7b8914-d8a8-4b8e-998c-8cec2784c1a9/binding"} []
[2024-07-15 16:11:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 16:11:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 16:12:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 16:12:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-15 16:21:26] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:21:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:21:26] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:21:26] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:21:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:21:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:23:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:23:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:24:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:24:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:25:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:25:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:25:44] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:25:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:26:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:26:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:26:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:26:36] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:28:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:28:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:28:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:28:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:29:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:29:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:29:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:29:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:30:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:30:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:30:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:30:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:31:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:31:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:33:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:33:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:17] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:34:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 16:46:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-15 16:46:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-15 16:46:01] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-15 16:46:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-15 16:54:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:54:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:54:43] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:54:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:05] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:16] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 16:55:16] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 17:12:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:12:47] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:12:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:12:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:13:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:13:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a068bb6f-0be6-4bd4-b81f-4b25239961af/binding"} []
[2024-07-15 17:17:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:17:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:17:24] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:17:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:20:23] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:20:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:22:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:22:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:24:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:24:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:24:09] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:24:10] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:25:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:57] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:25:59] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:17] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:18] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:26:18] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/binding"} []
[2024-07-15 17:27:51] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/confirmation"} []
[2024-07-15 17:27:51] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075/confirmation","status_code":200} []
[2024-07-15 17:29:02] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:29:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:29:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:29:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-15 17:31:17] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075" {"method":"GET","path":"/inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075"} []
[2024-07-15 17:31:17] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075": 200 {"method":"GET","path":"/inpost/v1/izi/basket/d77905f5-cd74-4dbe-a88d-01f72e1fb075","status_code":200} []
[2024-07-15 17:31:18] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-15 17:31:19] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-15 17:33:26] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43802/event" {"method":"POST","path":"/inpost/v1/izi/order/43802/event"} []
[2024-07-15 17:33:27] general.INFO: Updated order #43802 status to #2. {"orderId":43802,"statusId":2} []
[2024-07-15 17:33:27] general.INFO: Created payment for order #43802. {"orderId":43802} []
[2024-07-15 17:33:27] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43802/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43802/event","status_code":200} []
[2024-07-15 19:23:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 19:23:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4f309999-cace-45aa-ac41-c8a4353510ac/binding"} []
[2024-07-15 19:31:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:31:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:31:22] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:31:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:31:25] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/confirmation"} []
[2024-07-15 19:31:25] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/confirmation","status_code":200} []
[2024-07-15 19:31:53] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/event" {"method":"POST","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/event"} []
[2024-07-15 19:31:53] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/event","status_code":200} []
[2024-07-15 19:32:38] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:32:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:32:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:32:42] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:32:53] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:32:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:32:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:32:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:33:01] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:02] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:33:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:33:18] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:33:20] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:33:20] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61/binding"} []
[2024-07-15 19:34:34] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61" {"method":"GET","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61"} []
[2024-07-15 19:34:34] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61": 200 {"method":"GET","path":"/inpost/v1/izi/basket/a3332d72-3a3a-4fa4-b7cc-c4c809ac0e61","status_code":200} []
[2024-07-15 19:34:35] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-15 19:34:36] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-15 19:35:14] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-15 19:35:14] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-15 19:35:28] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43808/event" {"method":"POST","path":"/inpost/v1/izi/order/43808/event"} []
[2024-07-15 19:35:30] general.INFO: Updated order #43808 status to #2. {"orderId":43808,"statusId":2} []
[2024-07-15 19:35:30] general.INFO: Created payment for order #43808. {"orderId":43808} []
[2024-07-15 19:35:30] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43808/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43808/event","status_code":200} []
[2024-07-15 20:36:31] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding"} []
[2024-07-15 20:36:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding"} []
[2024-07-15 20:36:31] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding"} []
[2024-07-15 20:36:31] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding"} []
[2024-07-15 20:36:52] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/confirmation"} []
[2024-07-15 20:36:52] general.ERROR: Error processing request: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\prestashop\Builder\Basket\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\MerchantApi\Handler\ConfirmBasketBindingHandler->__invoke(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\prestashop\CommandBus->handle(Object(izi\prestashop\MerchantApi\Command\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\Api\BasketController->confirm('4dfed5ed-91db-4...', Object(Symfony\Component\HttpFoundation\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main} {"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/MerchantApiResponseBuilder.php(14): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/MerchantApi/Handler/ConfirmBasketBindingHandler.php(52): izi\\prestashop\\Builder\\Basket\\MerchantApiResponseBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\MerchantApi\\Handler\\ConfirmBasketBindingHandler->__invoke(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/Api/BasketController.php(35): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\MerchantApi\\Command\\ConfirmBasketBindingCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\Api\\BasketController->confirm('4dfed5ed-91db-4...', Object(Symfony\\Component\\HttpFoundation\\Request))
#13 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(202): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#14 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(154): InpostIziBackendModuleFrontController->handleApiRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#15 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#16 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#17 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#18 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#19 {main}
"} []
[2024-07-15 20:36:52] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/confirmation": 500 {"method":"POST","path":"/inpost/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/confirmation","status_code":500} []
[2024-07-15 20:36:52] merchant_api.ERROR: Response body: "{"error_code":"INTERNAL_SERVER_ERROR","error_message":"Something went wrong. Please try again later."}" {"body":"{\"error_code\":\"INTERNAL_SERVER_ERROR\",\"error_message\":\"Something went wrong. Please try again later.\"}"} []
[2024-07-15 20:37:36] general.CRITICAL: Could not send updated cart #100894 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100894,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-15 20:38:03] general.CRITICAL: Could not send updated cart #100894 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100894,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-15 20:38:26] general.CRITICAL: Could not send updated cart #100894 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100894,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-15 20:38:30] general.CRITICAL: Could not send updated cart #100894 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100894,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-15 20:40:49] general.CRITICAL: Could not send updated cart #100894 data: TypeError: trim() expects parameter 1 to be string, null given in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder::izi\prestashop\Builder\Basket\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\prestashop\Builder\Basket\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\prestashop\Builder\Basket\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\prestashop\Common\Basket\Quantity), Object(izi\prestashop\Common\Price), Object(izi\prestashop\Common\Price))
#6 [internal function]: izi\prestashop\Builder\Basket\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\prestashop\Builder\Basket\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\prestashop\Builder\Basket\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\UpdateBasketHandler->__invoke(Object(izi\prestashop\Command\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\prestashop\EventListener\CartListener->updateBaskets()
#13 [internal function]: izi\prestashop\EventListener\CartListener->izi\prestashop\EventListener\{closure}()
#14 {main} {"cartId":100894,"error":"[object] (TypeError(code: 0): trim() expects parameter 1 to be string, null given at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php:285)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(285): trim(NULL)
#1 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder::izi\\prestashop\\Builder\\Basket\\{closure}(' 8 lat')
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(287): array_map(Object(Closure), Array)
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(254): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getAttributes(Array)
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(205): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->getProductAttributes(Array)
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(134): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createProduct(Object(Product), Array, Object(izi\\prestashop\\Common\\Basket\\Quantity), Object(izi\\prestashop\\Common\\Price), Object(izi\\prestashop\\Common\\Price))
#6 [internal function]: izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->createCartProduct(Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/AbstractBasketBuilder.php(108): array_map(Array, Array)
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Builder/Basket/BasketAppRequestBuilder.php(23): izi\\prestashop\\Builder\\Basket\\AbstractBasketBuilder->build()
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/UpdateBasketHandler.php(61): izi\\prestashop\\Builder\\Basket\\BasketAppRequestBuilder->build()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\UpdateBasketHandler->__invoke(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(96): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\UpdateBasketCommand))
#12 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/EventListener/CartListener.php(82): izi\\prestashop\\EventListener\\CartListener->updateBaskets()
#13 [internal function]: izi\\prestashop\\EventListener\\CartListener->izi\\prestashop\\EventListener\\{closure}()
#14 {main}
"} []
[2024-07-15 20:41:02] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding?if_basket_realized=1"} []
[2024-07-15 20:41:03] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/4dfed5ed-91db-4458-b855-a06ad5470ddb/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=4dfed5ed-91db-4458-b855-a06ad5470ddb, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-15 21:50:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:00] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:11] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:50:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding"} []
[2024-07-15 21:55:14] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding?if_basket_realized=1"} []
[2024-07-15 21:55:14] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/45d578a5-d99f-4b7d-9319-b3a6dc4374cc/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=45d578a5-d99f-4b7d-9319-b3a6dc4374cc, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []

View File

@@ -1,227 +0,0 @@
[2024-07-16 03:27:58] merchant_api.INFO: Request "GET /" {"method":"GET","path":"/"} []
[2024-07-16 03:27:58] merchant_api.INFO: Response "GET /": 401 {"method":"GET","path":"/","status_code":401} []
[2024-07-16 03:27:58] merchant_api.ERROR: Response body: "{"error_code":"INVALID_SIGNATURE","error_message":"Missing header: \u0022x-public-key-hash\u0022."}" {"body":"{\"error_code\":\"INVALID_SIGNATURE\",\"error_message\":\"Missing header: \\u0022x-public-key-hash\\u0022.\"}"} []
[2024-07-16 07:58:42] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-16 07:58:43] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/9fcfc2f5-f85e-4342-9f1c-64eed90c30b5/binding"} []
[2024-07-16 09:04:12] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-16 09:04:12] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-16 09:41:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-16 09:41:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-16 09:46:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-16 09:46:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/b1904e7a-79ab-4084-ab80-2d15760e5625/binding"} []
[2024-07-16 09:47:57] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:47:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:49:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:49:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:09] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:09] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:52:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding"} []
[2024-07-16 09:56:36] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding?if_basket_realized=1"} []
[2024-07-16 09:56:36] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/6c8b4b58-711d-4ce3-8485-a34bc9cd3540/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=6c8b4b58-711d-4ce3-8485-a34bc9cd3540, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-16 10:08:53] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:08:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:08:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:08:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:09:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:09:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/609a2ef5-bd1e-4e25-8498-e2644fa73665/binding"} []
[2024-07-16 10:46:28] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-16 10:46:28] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6288e5a7-4e34-43c6-8393-869071bc92c1/binding"} []
[2024-07-16 13:36:13] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:36:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:36:13] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:36:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:06] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:14] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:37:14] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ac08e97e-54d0-4f4d-99f7-1ad93c95a4f5/binding"} []
[2024-07-16 13:44:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:46] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:51] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:51] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:44:51] basket_app.INFO: Response: "202 https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding" {"status_code":202,"uri":"https://api.inpost.pl/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/binding"} []
[2024-07-16 13:47:15] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/confirmation"} []
[2024-07-16 13:47:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/signing-keys/public" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-16 13:47:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/signing-keys/public" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/signing-keys/public"} []
[2024-07-16 13:47:16] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/confirmation","status_code":200} []
[2024-07-16 13:47:45] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/event" {"method":"POST","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/event"} []
[2024-07-16 13:47:45] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3/event","status_code":200} []
[2024-07-16 13:51:36] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3" {"method":"GET","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3"} []
[2024-07-16 13:51:36] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3": 200 {"method":"GET","path":"/inpost/v1/izi/basket/ccc9d702-40f7-4971-83e2-db753c6be3c3","status_code":200} []
[2024-07-16 13:51:37] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-16 13:51:37] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-16 13:51:48] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43838/event" {"method":"POST","path":"/inpost/v1/izi/order/43838/event"} []
[2024-07-16 13:51:50] general.INFO: Updated order #43838 status to #2. {"orderId":43838,"statusId":2} []
[2024-07-16 13:51:50] general.INFO: Created payment for order #43838. {"orderId":43838} []
[2024-07-16 13:51:50] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43838/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43838/event","status_code":200} []
[2024-07-16 14:09:01] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id="} []
[2024-07-16 14:09:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id="} []
[2024-07-16 14:09:01] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:09:02] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:09:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:09:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:09:08] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id="} []
[2024-07-16 14:09:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding?browser_id="} []
[2024-07-16 14:09:08] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:09:08] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/788c814a-d1e3-4702-b271-e44a5d26517a/binding"} []
[2024-07-16 14:43:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id="} []
[2024-07-16 14:43:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id="} []
[2024-07-16 14:43:53] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 14:43:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 14:43:56] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 14:43:56] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 14:44:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id="} []
[2024-07-16 14:44:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding?browser_id="} []
[2024-07-16 14:44:00] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 14:44:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/d6236a09-3564-492b-ad69-7c2df41b373c/binding"} []
[2024-07-16 21:10:47] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding"} []
[2024-07-16 21:10:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding"} []
[2024-07-16 21:10:48] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding"} []
[2024-07-16 21:10:48] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/binding"} []
[2024-07-16 21:10:49] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/confirmation"} []
[2024-07-16 21:10:55] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155/confirmation","status_code":200} []
[2024-07-16 21:11:17] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155" {"method":"GET","path":"/inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155"} []
[2024-07-16 21:11:17] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155": 200 {"method":"GET","path":"/inpost/v1/izi/basket/1906a8bc-9a81-4373-ab9d-c71fb69a5155","status_code":200} []
[2024-07-16 21:11:18] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-16 21:11:19] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-16 21:11:26] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43858/event" {"method":"POST","path":"/inpost/v1/izi/order/43858/event"} []
[2024-07-16 21:11:28] general.INFO: Updated order #43858 status to #2. {"orderId":43858,"statusId":2} []
[2024-07-16 21:11:28] general.INFO: Created payment for order #43858. {"orderId":43858} []
[2024-07-16 21:11:28] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43858/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43858/event","status_code":200} []
[2024-07-16 21:58:40] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-16 21:58:40] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 20599723)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-16 21:59:50] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 21:59:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 21:59:51] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 21:59:51] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 22:01:10] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:01:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:01:11] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:01:11] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:01:14] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/confirmation"} []
[2024-07-16 22:01:14] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/confirmation","status_code":200} []
[2024-07-16 22:01:27] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/event" {"method":"POST","path":"/inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/event"} []
[2024-07-16 22:01:28] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/event": 200 {"method":"POST","path":"/inpost/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/event","status_code":200} []
[2024-07-16 22:02:30] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:02:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:02:30] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:02:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/binding"} []
[2024-07-16 22:02:32] merchant_api.INFO: Request "POST /inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/confirmation" {"method":"POST","path":"/inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/confirmation"} []
[2024-07-16 22:02:33] merchant_api.INFO: Response "POST /inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/confirmation": 200 {"method":"POST","path":"/inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301/confirmation","status_code":200} []
[2024-07-16 22:02:53] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d"} []
[2024-07-16 22:02:53] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d"} []
[2024-07-16 22:03:24] merchant_api.INFO: Request "GET /inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301" {"method":"GET","path":"/inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301"} []
[2024-07-16 22:03:24] merchant_api.INFO: Response "GET /inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301": 200 {"method":"GET","path":"/inpost/v1/izi/basket/3cbc3aa0-d481-49c3-b228-1bfaea32e301","status_code":200} []
[2024-07-16 22:03:25] merchant_api.INFO: Request "POST /inpost/v1/izi/order" {"method":"POST","path":"/inpost/v1/izi/order"} []
[2024-07-16 22:03:26] merchant_api.INFO: Response "POST /inpost/v1/izi/order": 201 {"method":"POST","path":"/inpost/v1/izi/order","status_code":201} []
[2024-07-16 22:03:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 22:03:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 22:03:59] merchant_api.INFO: Request "POST /inpost/v1/izi/order/43860/event" {"method":"POST","path":"/inpost/v1/izi/order/43860/event"} []
[2024-07-16 22:04:01] basket_app.INFO: Request: "PUT https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d" {"method":"PUT","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d"} []
[2024-07-16 22:04:01] general.INFO: Updated order #43860 status to #2. {"orderId":43860,"statusId":2} []
[2024-07-16 22:04:01] general.INFO: Created payment for order #43860. {"orderId":43860} []
[2024-07-16 22:04:01] merchant_api.INFO: Response "POST /inpost/v1/izi/order/43860/event": 200 {"method":"POST","path":"/inpost/v1/izi/order/43860/event","status_code":200} []
[2024-07-16 22:04:01] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d"} []
[2024-07-16 22:04:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 22:04:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 23:52:32] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []
[2024-07-16 23:52:32] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/0f4d4939-690d-4c1c-8384-e73f4979984d/binding"} []

View File

@@ -1,170 +0,0 @@
[2024-07-17 00:00:04] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-17 00:00:04] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-17 00:01:51] general.ERROR: Error processing request: Error: Call to a member function findByEntityId() on null in /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93
Stack trace:
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\prestashop\Handler\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\prestashop\Handler\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\prestashop\Handler\GetProductWidgetHandler->renderWidget(Object(PrestaShop\PrestaShop\Adapter\Presenter\Product\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\prestashop\Handler\GetProductWidgetHandler->__invoke(Object(izi\prestashop\Command\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\prestashop\CommandBus->handle(Object(izi\prestashop\Command\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\prestashop\Controller\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\Component\HttpFoundation\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\Component\HttpFoundation\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\Component\HttpFoundation\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main} {"error":"[object] (Error(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-17 00:01:51] general.CRITICAL: Call to a member function findByEntityId() on null {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to a member function findByEntityId() on null at /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php:93)
[stacktrace]
#0 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(75): izi\\prestashop\\Handler\\GetProductWidgetHandler->isCartBound()
#1 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Hook/Front/ProductWidgetRendererTrait.php(50): izi\\prestashop\\Handler\\GetProductWidgetHandler->shouldDisplayWidget('displayProductA...', Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray))
#2 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Handler/GetProductWidgetHandler.php(72): izi\\prestashop\\Handler\\GetProductWidgetHandler->renderWidget(Object(PrestaShop\\PrestaShop\\Adapter\\Presenter\\Product\\ProductLazyArray), Array, 'displayProductA...')
#3 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/CommandBus.php(113): izi\\prestashop\\Handler\\GetProductWidgetHandler->__invoke(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#4 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/src/Controller/WidgetController.php(161): izi\\prestashop\\CommandBus->handle(Object(izi\\prestashop\\Command\\GetProductWidgetCommand))
#5 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(321): izi\\prestashop\\Controller\\WidgetController->getWidgetHook('displayProductA...', 196452592)
#6 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(177): InpostIziBackendModuleFrontController->callController(Array, Object(Symfony\\Component\\HttpFoundation\\Request), Array)
#7 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(157): InpostIziBackendModuleFrontController->handleCustomerRequest(Object(Symfony\\Component\\HttpFoundation\\Request), '/inpost/v1/izi/...')
#8 /home/server493388/ftp/public_html/wyczarujprezent.pl/modules/inpostizi/controllers/front/backend.php(129): InpostIziBackendModuleFrontController->handle(Object(Symfony\\Component\\HttpFoundation\\Request))
#9 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/controller/Controller.php(295): InpostIziBackendModuleFrontController->postProcess()
#10 /home/server493388/ftp/public_html/wyczarujprezent.pl/classes/Dispatcher.php(518): ControllerCore->run()
#11 /home/server493388/ftp/public_html/wyczarujprezent.pl/index.php(39): DispatcherCore->dispatch()
#12 {main}
"} []
[2024-07-17 02:04:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:13] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:13] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:27] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:27] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:30] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:38] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:04:38] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:05:03] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:05:03] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:05:37] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:05:37] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:07:24] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:07:24] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:07:45] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:07:45] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/fd8b371a-2764-4de6-a37e-64416c1e2215/binding"} []
[2024-07-17 02:53:43] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 02:53:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 02:53:44] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 02:53:44] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 02:54:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 02:54:04] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:13:46] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:13:46] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:14:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:14:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:14:22] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:14:22] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:22] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:23] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:58] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:15:58] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:16:07] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:16:07] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding"} []
[2024-07-17 03:19:44] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding?if_basket_realized=1"} []
[2024-07-17 03:19:44] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/28772ddf-7c3a-4496-a826-1d30752aade5/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=28772ddf-7c3a-4496-a826-1d30752aade5, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []
[2024-07-17 06:18:54] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:18:54] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:19:25] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:19:25] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:24:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:24:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:24:15] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:24:15] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:25:06] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:25:06] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:29] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:29] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:55] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:26:55] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:00] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:00] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:12] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:12] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:39] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:27:39] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:28:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:28:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:49:52] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 06:49:52] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/359d1d11-0969-4ab6-9ccb-8fb94c4f30a9/binding"} []
[2024-07-17 10:50:04] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?browser_id=" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?browser_id="} []
[2024-07-17 10:50:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?browser_id=" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?browser_id="} []
[2024-07-17 10:50:05] basket_app.INFO: Request: "POST https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"method":"POST","uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:50:05] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:50:19] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:50:19] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:50:35] basket_app.INFO: Request: "GET https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"method":"GET","uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:50:35] basket_app.INFO: Response: "200 https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding" {"status_code":200,"uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding"} []
[2024-07-17 10:52:34] basket_app.INFO: Request: "DELETE https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?if_basket_realized=1" {"method":"DELETE","uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?if_basket_realized=1"} []
[2024-07-17 10:52:34] basket_app.ERROR: Response: "404 https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?if_basket_realized=1" {"status_code":404,"uri":"https://api.inpost.pl/v1/izi/basket/6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40/binding?if_basket_realized=1","body":"{\"error_code\":\"BASKET_NOT_FOUND\",\"error_message\":\"Basket ExternalBasketId(value=6e6bcc94-c143-4eaf-a2fb-bbd17dcd4e40, merchantId=5adeadc8-4686-46a2-8264-065dc6625514) not found\"}"} []

View File