oltreseba
oltreseba
Adding this code in the creation, after the saving: ``` php foreach ($this->getAllowedAttributes($customer) as $attributeCode => $attribute) { Mage::log($attributeCode, null, 'api.log'); } ``` Has produced the follwing lines in the...
It is not present in the call() function. I've added the attribute to wsdl file like here: ``` php ``` But still it's not showing up. Cleared cache and everything!
It is already added. Now, for not apparently reason the customer_activated field is sent and receivedby the API, but still it is not saved. Any idea? Thanks
LOL. The issue is that i've set in the configuration "Activate new Customer Accounts by Default" to NO. So new created account using the APIs are set to not activated...
I'm having the same issue here. It really looks like afterAllArtifactBuild is called before latest-mac.yml is created. Therefore is quite a pain to setup a deploy system in the afterAllArtifactBuild....
Yes it is still relevant. latest-mac.yml (and alpha-mac.yml and beta-mac.yml if generateUpdatesFilesForAllChannels is set to true) is created after the event `afterAllArtifactBuild` is fired. It would make sense to fire...
`nodeIntegrationInWorker` (which I already have enabled) unfortunately does not solve the problem. This is because, even if enabled, all Electron's API are still not available in workers. > However none...
To add to this, it would be great if at least the performance tracking could be done using queues. I understand the reason behind not doing it for exception (i.e....
I never thought it was going to be easy, I was just supporting the idea of having it eventually :). We are using php-fpm with nginx, but we still had...
I confirm that i cannot use it in an electron installation on ubuntu 19.10 (minimal installation). This actually happen both in electron and in normal node. No error are displayed....