-
Observed attack placing backdoor via `/sendinblue/ajax/ajaxupdate/`. Version of plugin: 1.1.9
No direct RCE (eval/unserialize) was found in plugin's code. Perhaps the plugin acts as gateway to a M1 v…
-
After upgrade Magento from 1.9.2.2 to 1.9.2.4 I have doubled tax amount in Quote.
I have found solution for this issue:
http://stackoverflow.com/questions/17590364/magento-applying-tax-vat-twice/358…
-
Hi, is there a way to run the plugin after deploy and not before?
-
### Description (*)
It would be useful to implement a logic similar to https://github.com/yireo-magento1/Yireo_EmailOverride in the core.
### Benefits
This would allow you to translate the emai…
-
I'm trying to figure out how to run [PHPStan](https://github.com/phpstan/phpstan) on Magento LTS.
After dozens of tries I have a somewhat working instance.
These are the files I had to modify to mak…
-
Although PCI Compliancy can be acquired by self assessment
- https://www.pcisecuritystandards.org/pci_security/completing_self_assessment
and it is not "really" required in Europe (where I am …
-
From vue-storefront created by [pkarw](https://github.com/pkarw): vuestorefront/vue-storefront#2486
## What is the motivation for adding / enhancing this feature?
Currently `vue-storefront-api` i…
-
Hi ,
I'm using the latest version of Magento 1.9.
I have an issue where we set a coupon code that gives free shipping with it.
```
"test": {
"label": "Coupon livraison gratuite",
…
-
Hi all,
we have migrated our shop from magento1.9 to magento2.3.3 - after this process we cannot capture paypal orders. In the payone api log the error message is:
customermessage: Bei der Bearbei…
-
I need to save a custom Customer attribute (`apid`, which is **system** and static) via a `\Magento\Customer\Api\Data\CustomerInterface` implementation, which I receive as a method argument.
First, I…