Aktionen
GX-Bug #69914
geschlossenSkrill wasn't removed properly in the 4.5.1.0 update | Skrill wurde nicht sauber im 4.5.1.0 Update entfernt
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.6.0.0
Release Notes Langtext:
Datenreste der alten Skrill-Zahlungsmodule wurden entfernt
Beschreibung
The 4.5.1.0 update tries to remove the skrill payment modules from the gx_configuration table by using $this->getConfiguration('configuration/MODULE_PAYMENT_INSTALLED')
instead $this->getConfiguration('MODULE_PAYMENT_INSTALLED')
. This fails because the configuration/
prefix is automatically added by the getConfiguration method. The $this->replaceConfiguration('MODULE_PAYMENT_INSTALLED', $installedPaymentModules);
call created a new configuration/configuration/MODULE_PAYMENT_INSTALLED
record, which should be deleted.
Aktionen