millions-river-67963
01/27/2023, 4:44 AMhigh-park-29380
01/27/2023, 10:36 AMnarrow-holiday-67394
01/27/2023, 12:43 PMcalm-toddler-60539
01/27/2023, 1:10 PMhundreds-nail-9891
01/29/2023, 6:28 PMtall-spring-12746
01/30/2023, 4:43 AMfew-psychiatrist-24774
01/30/2023, 9:46 AMspryker-eco/akeneo-pim
to the current b2b-demo-shop. Unfortunately spryker-eco/akeneo-pim
requires
php-http/guzzle6-adapter
which is not compatible with many other modules of the demo-shop, since the other modules requires php-http/guzzle7-adapter
.
Are there plans to make spryker-eco/akeneo-pim
compatible with php-http/guzzle7-adapter
in the near future?
There is also a pull request: https://github.com/spryker-eco/akeneo-pim/pull/21
Thankswonderful-baker-94910
01/30/2023, 12:01 PMbland-yacht-60252
01/30/2023, 2:53 PMnutritious-advantage-64480
01/31/2023, 8:11 AMwonderful-baker-94910
01/31/2023, 11:20 AMsrc/Pyz/Client/
and add the Client class and interface. and copy pasted the code but it is showing me this error i searched about it so i got to know that that function works only on php <8 versions , do i have to downgrade the php version or is there any other way to do this ,mysterious-ambulance-11183
01/31/2023, 11:39 AMdocker/sdk cli console frontend:zed:build
Results in
ERROR in ./vendor/spryker/gui/assets/Zed/sass/main.scss
Module build failed (from ./node_modules/@spryker/oryx-for-zed/node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
11 │ @import '~bootstrap-sass/assets/stylesheets/bootstrap';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
The issue seems to be that the node_modules inside the vendor folder are not build during npm install. Before update they were located at (excerpt from oryx log):
[
'/data/vendor/spryker/chart/assets/Zed/node_modules',
'/data/vendor/spryker/discount/assets/Zed/node_modules',
'/data/vendor/spryker/gui/assets/Zed/node_modules',
'/data/vendor/spryker/product-relation-gui/assets/Zed/node_modules',
'/data/vendor/spryker/state-machine/assets/Zed/node_modules'
]
find
initia:
● resolving core modules deps...
✔ 5 found
Package.json only has some new dependencies...
Anyone any idea how to solve that problem?adventurous-piano-41045
02/01/2023, 6:18 AMabundant-london-71916
02/01/2023, 7:47 AMmost-plumber-5947
02/01/2023, 8:42 AM/**
* @param \Generated\Shared\Transfer\CustomerTransfer $CustomerTransfer
*
* @return \Generated\Shared\Transfer\KidsBirthdayTransfer
*/
public function getKidBirthday($CustomerTransfer)
{
$KidsBirthdayEntity = $this->queryContainer->queryCustomerKidbithday($CustomerTransfer)->find();
return $KidsBirthdayEntity;
}
I tried of creating a new transfer object and send it back but the data is not getting mapped properly
/**
* @param \Generated\Shared\Transfer\CustomerTransfer $CustomerTransfer
*
* @return \Generated\Shared\Transfer\KidsBirthdayTransfer
*/
public function getKidBirthday($CustomerTransfer)
{
$KidsBirthdayEntity = $this->queryContainer->queryCustomerKidbithday($CustomerTransfer)->find();
$KidsBirthdayTransfer = new KidsBirthdayTransfer();
return $KidsBirthdayTransfer->fromArray($KidsBirthdayEntity->toArray(), true);
}
Can you please check and let me know what I'm doing wrong
Thankscalm-toddler-60539
02/01/2023, 9:27 AMSpryker\Zed\SalesPaymentGui\Presentation\Sales\list.twig
but it seems like the Spryker\Zed\SalesPaymentGui\Communication\Controller\SalesConroller.php:listAction()
does not have access to the complete Payment data that I can forward to the template.
Any suggestions and tips will be helpful. Do we also have a tutorial in documentation that explains the modification of backoffice order view UI?calm-toddler-60539
02/01/2023, 1:08 PMhigh-park-29380
02/02/2023, 6:53 AMfew-tomato-6859
02/02/2023, 9:34 AMx-frontend-auth
config from the deploy files since they are only for whole endpoints.
How do I best do this?
One thing I dabbled in was this, but it seems very damn hacky.
$route = $this->buildRoute(...);
$route->setCondition('request.headers.get("Authorization") === "Basic Y2xvdWQ6Y2xvdWQ="'); // cloud:cloud
IP Allowlists are another way but I can't seem to find documentation on address pools in the documentation of the tool that I'm trying to connect here. (Emarsys)hallowed-dentist-19902
02/02/2023, 10:26 AMrough-finland-88303
02/02/2023, 4:02 PMgifted-processor-93179
02/03/2023, 5:24 AMOperation basic.publish caused a channel exception not_found: no exchange 'sync.storage.shopping_list' in vhost 'nz_b2b_queue
wonderful-baker-94910
02/03/2023, 9:57 AMrough-finland-88303
02/03/2023, 2:49 PMrough-agency-88294
02/06/2023, 9:03 AMvendor/bin/console message-broker:consume '--time-limit=15'
job has always failed, it seems to fail on missing config. Is this something I should fix?wonderful-baker-94910
02/06/2023, 11:46 AMfreezing-guitar-75665
02/06/2023, 12:04 PMlittle-secretary-81579
02/06/2023, 10:52 PMcalm-book-45174
02/07/2023, 6:02 AMdocker/sdk up
, I am getting the following error. Can some one tell me what should be done?
Propel\Generator\Exception\EngineException - Exception: Duplicate table found: pyz_antelope.
nutritious-advantage-64480
02/07/2023, 10:13 AM