Closed grasdaggel closed 7 years ago
@Fatchip-Support looks like a bug to me, please take a look.
Somehow other functions get the correct database value, otherwise they would have dropped errors earlier. Seems very weird to me. Manual fix in this function worked as workaround for us, but can't be the solution somehow. Please investigate this ASAP as we are trying to offer our customers PayOne as PSP for Mage2.
Any updates on this?
should be fixed with the last commit ...
The module calls database table names without adding the needed prefix, which leads to exception errors.
In file
app/code/Payone/Core/Helper/Database.php
are the functions located at:Seems like something is missing here. If I try to modify the calling database table to
cc_sales_order
(cc_
is our prefix) it works perfectly nice. Seems this function just don't get the prefix, other functions doesn't seem to have problems... Very weird. Maybe re-initiate the prefix request or get it directly fromenv.php
? Just an idea...