Hello again KrileonI noticed something unexpected after enabling the new synchronization settings.In CBSubs > Settings > Display > Invoices, the “Name field” is set to
Code:
--- Select Field ---
, so I expected CBSubs not to synchronize invoice first/last name from the CB profile.
However, after the update,
Code:
cb_subs_inv_first_name
and
Code:
cb_subs_inv_last_name
are being populated/overwritten from
Code:
#__comprofiler.firstname
and
Code:
#__comprofiler.lastname
.
Before this CBSubs update, those invoice name fields were updated from the PayPal payer details after payment, which is the behavior we need.
For our workflow, we do not want CBSubs to overwrite
Code:
cb_subs_inv_first_name
/
Code:
cb_subs_inv_last_name
from CB profile first/last name unless the “Name field” is explicitly mapped.
Could this be a fallback/default behavior in the new synchronization logic, or possibly a bug?