VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: zivski on September 21, 2020, 10:52:00 AM

Title: issue with DB update since the upgrade
Post by: zivski on September 21, 2020, 10:52:00 AM
hello,

Lately I upgraded from VM 3.2.12 to the latest version, and since then I got an issue with a plugin we developed.
The plugin is a new payment method to a local credit card company.
The shop has a special product "club member"... when a client is buying this product we are updating his profile (VM user, custom fields)... this is done in the beginning of the function 'plgVmConfirmedOrder' in the plugin
We check the database just before return from the function and everything is in place... BUT once the payment page (Iframe) is displayed the DB values return back to the older values...
We didn't find where this "update" is done... anyone can help? ideas?