ancient-apartment-59274
08/04/2020, 9:33 AMhydrateMissingCustomer()
method too. So no customer information in the order transfer even if its there (customer_reference in spy_sales_order)
So what is the purpose of getting all data from the sales order except the customer itself?
What about the case, that a customer changed (or does not exist anymore as in my case) when the export starts much later? Wouldn’t that lead to wrong data?
Bestbig-boots-94420
08/04/2020, 1:02 PM'is_test' => [
'NotEqualTo',
'options' => [
'value' => true,
],
],
acoustic-businessperson-27970
08/05/2020, 9:12 AMnutritious-cpu-80657
08/06/2020, 8:07 AMicy-hydrogen-3905
08/07/2020, 10:33 AMancient-apartment-59274
08/10/2020, 2:19 PMacoustic-motherboard-16553
08/10/2020, 2:46 PMechoing-action-91797
08/11/2020, 8:11 AMcrooked-house-89121
08/12/2020, 6:41 AMbillions-knife-68708
08/12/2020, 2:09 PMcheckout.js error Error: paypalCheckoutInstance is undefined: braintree-pay-pal.ts:84:32
I have to mention the after installing the module with composer I had to manually put into packages.json the following packages: braintree-web-drop-in
paypal-checkout
and braintree-web
. Did any of you guys had a similar issue?icy-hydrogen-3905
08/13/2020, 9:59 AMancient-apartment-59274
08/13/2020, 1:01 PM<transfer name=“RestPayment”>
<property name=“paymentProviderName” type=“string” restRequestParameter=“required”/>
<property name=“paymentMethodName” type=“string” restRequestParameter=“required”/>
<property name=“paymentSelection” type=“string”/>
</transfer>If paymentProviderName and paymentMethodName is required for checkout, what is “paymentSelection” for? 🤔
numerous-continent-72597
08/13/2020, 1:52 PMreturn $this->getFactory()->getSearchClient()->search($searchQuery, $formatter);
The error is finally thrown in the vendor SearchDelegator.php getSearchAdapter() method which gets the following array as $this->searchAdapterPlugins variable:
["elasticsearch"]=> object(Spryker\Client\SearchElasticsearch\Plugin\ElasticsearchSearchAdapterPlugin)
Any ideas?agreeable-dawn-36295
08/14/2020, 7:38 AM------ --------------------------------------------------------------------------------------
Line LocaleRepository.php
------ --------------------------------------------------------------------------------------
44 Cannot access offset 'spy_locale.id_locale' on Orm\Zed\Locale\Persistence\SpyLocale.
44 Cannot access offset 'spy_locale.locale…' on Orm\Zed\Locale\Persistence\SpyLocale.
------ --------------------------------------------------------------------------------------
I’m wondering why its not failing in travis of your b2c shop repositorymysterious-pencil-76046
08/18/2020, 7:49 AM$this->tester->getLocator()->product()->facade()
in a codeception unit test.
This leads to an exception about missing factory.
[Spryker\Zed\Kernel\ClassResolver\Factory\FactoryNotFoundException] Spryker Kernel Exception
Can not resolve ProductBusinessFactory in Business layer for your module "Product"
You can fix this by adding the missing Factory to your module.
E.g. Pyz\Zed\Product\Business\ProductBusinessFactory
In my codeception.yml the following modules are enabled:
- Asserts
- \PyzTest\Shared\Testify\Helper\Environment
- \SprykerTest\Shared\Testify\Helper\LocatorHelper:
projectNamespaces: ['Pyz']
- \SprykerTest\Shared\Testify\Helper\DependencyHelper
- \SprykerTest\Shared\Testify\Helper\DataCleanupHelper
- \SprykerTest\Shared\Propel\Helper\TransactionHelper
In fact the factory exists, even on project level, and, of course, on vendor level.
Any ideas whats going wrong?acoustic-businessperson-27970
08/18/2020, 9:36 AM$config[KernelConstants::RESOLVABLE_CLASS_NAMES_CACHE_ENABLED] = true;
$config[KernelConstants::RESOLVED_INSTANCE_CACHE_ENABLED] = true;
Can anyone please help me to find them, or the constants that can be used instead if these are deprecated !
Thanksgentle-architect-75453
08/18/2020, 10:18 AMicy-hydrogen-3905
08/18/2020, 12:08 PMcrooked-house-89121
08/19/2020, 7:41 AMpowerful-wolf-20961
08/21/2020, 8:40 AMpowerful-wolf-20961
08/21/2020, 9:55 AMancient-apartment-59274
08/21/2020, 11:21 AMrich-camera-19306
08/24/2020, 2:01 PMError - Exception: Cannot use object of type stdClass as array
in /var/www/vendor/spryker/documentation-generator-rest-api/src/Spryker/Zed/DocumentationGeneratorRestApi/Business/Generator/OpenApiSpecificationSchemaGenerator.php (312)
Command: vendor/bin/console rest-api:generate:documentation
Version:
"name": "spryker/documentation-generator-rest-api",
"version": "1.10.4",
"source": {
"type": "git",
"url": "<https://github.com/spryker/documentation-generator-rest-api.git>",
"reference": "1562d5706e3be2b048db6f156a277701ce0cd553"
},
rich-camera-19306
08/24/2020, 2:58 PMrich-camera-19306
08/25/2020, 7:56 AMrich-camera-19306
08/25/2020, 7:56 AMearly-policeman-81538
08/25/2020, 8:21 AMrich-camera-19306
08/25/2020, 8:31 AM"name": "spryker/product-page-search",
"version": "3.20.2",
"source": {
"type": "git",
"url": "<https://github.com/spryker/product-page-search.git>",
"reference": "5e6ce64bf1e5e1bc84e75fe5a09f219aab57c51d"
},
"name": "spryker/search",
"version": "8.15.1",
"source": {
"type": "git",
"url": "<https://github.com/spryker/search.git>",
"reference": "c839a2e6165415b30a47fcb5c96cfe2e6cc29a36"
},
"name": "ruflin/elastica",
"version": "7.0.0",
"source": {
"type": "git",
"url": "<https://github.com/ruflin/Elastica.git>",
"reference": "d9a079c682405514deb6902a71f35ad19e252acd"
},
rich-camera-19306
08/25/2020, 8:31 AMError: Call to undefined method Elastica\Document::setType() in /var/www/vendor/spryker/search/src/Spryker/Client/Search/Model/Elasticsearch/Writer/Writer.php on line 200
Call Stack:
0.0043 356792 1. {main}() /var/www/vendor/spryker/console/bin/console:0
0.1697 1473792 2. Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->run(???, ???) /var/www/vendor/spryker/console/bin/console:27
0.1774 1632304 3. Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRun(???, ???) /var/www/vendor/symfony/console/Application.php:148
0.1975 1824496 4. Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRun(???, ???) /var/www/vendor/spryker/console/src/Spryker/Zed/Console/Communication/Bootstrap/ConsoleBootstrap.php:110
0.4779 4574976 5. Spryker\Zed\Console\Communication\Bootstrap\ConsoleBootstrap->doRunCommand(???, ???, ???) /var/www/vendor/symfony/console/Application.php:255
0.4793 4578184 6. Spryker\Zed\Queue\Communication\Console\QueueTaskConsole->run(???, ???) /var/www/vendor/symfony/console/Application.php:1005
0.4799 4579200 7. Spryker\Zed\Queue\Communication\Console\QueueTaskConsole->execute(???, ???) /var/www/vendor/symfony/console/Command/Command.php:255
0.4834 4583152 8. Pyz\Zed\Queue\Business\QueueFacade->startTask(???, ???) /var/www/vendor/spryker/queue/src/Spryker/Zed/Queue/Communication/Console/QueueTaskConsole.php:55
0.5036 4685440 9. Spryker\Zed\Queue\Business\Task\TaskManager->run(???, ???) /var/www/vendor/spryker/queue/src/Spryker/Zed/Queue/Business/QueueFacade.php:34
2.0840 5987840 10. Spryker\Zed\Synchronization\Communication\Plugin\Queue\SynchronizationSearchQueueMessageProcessorPlugin->processMessages(???) /var/www/vendor/spryker/queue/src/Spryker/Zed/Queue/Business/Task/TaskManager.php:59
2.0889 5987936 11. Spryker\Zed\Synchronization\Business\SynchronizationFacade->processSearchMessages(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Communication/Plugin/Queue/SynchronizationSearchQueueMessageProcessorPlugin.php:32
2.1239 6069152 12. Pyz\Zed\Synchronization\Business\Message\BulkQueueMessageProcessor->processMessages(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Business/SynchronizationFacade.php:90
2.1243 6071768 13. Pyz\Zed\Synchronization\Business\Message\BulkQueueMessageProcessor->processMessages(???) /var/www/src/Pyz/Zed/Synchronization/Business/Message/BulkQueueMessageProcessor.php:52
2.1357 7039056 14. Pyz\Zed\Synchronization\Business\Message\BulkQueueMessageProcessor->runBulkWrite(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Business/Message/BulkQueueMessageProcessor.php:69
2.1357 7039056 15. Spryker\Zed\Synchronization\Business\Search\SynchronizationSearch->writeBulk(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Business/Message/BulkQueueMessageProcessor.php:88
2.1385 7102872 16. Spryker\Zed\Synchronization\Dependency\Client\SynchronizationToSearchClientBridge->writeBulk(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Business/Search/SynchronizationSearch.php:157
2.1385 7102872 17. Pyz\Client\Search\SearchClient->writeBulk(???) /var/www/vendor/spryker/synchronization/src/Spryker/Zed/Synchronization/Dependency/Client/SynchronizationToSearchClientBridge.php:56
2.1534 7277096 18. Spryker\Client\Search\Model\Elasticsearch\Writer\Writer->writeBulk(???) /var/www/vendor/spryker/search/src/Spryker/Client/Search/SearchClient.php:217
2.1534 7277096 19. Spryker\Client\Search\Model\Elasticsearch\Writer\Writer->mapTransferToDocuments(???) /var/www/vendor/spryker/search/src/Spryker/Client/Search/Model/Elasticsearch/Writer/Writer.php:88
Version:rough-scientist-68683
08/25/2020, 1:19 PMsh: 1: ps: not found
. So the test won't work because the result says "Abstract product not found" when calling 'abstract-products/{productId}'
.
Did I forget something or do you have any hint on what the problem may be?