schubc
schubc
fixes issue #78 Im sales_order_save_after event werden die Bankdaten gespeichert. $customer->setData .... ->setData..... ->save(); $customer->save() wird durch ein anderes Event nochmal aufgerufen, die hier schon verschlüsselten Daten werden erneut verschlüsselt....
use config dict instead of class Config rename orm_mode to from_attributes
**Describe the bug** If an asset can not be downloaded, only the string `[object Object]` is sent as error text **Information about environment** * Which version of nexrender are you...
The error handling in the file downloading task of nexrender-core has been refactored. Instead of rejecting with an object containing a complex error message and metadata, a simple error message...
### Description (*) Add a check to gracefully proceed when no message is retrieved. This prevents potential issues when the message object is null and ensures proper flow in edge...