I'm missing some credit card transaction information in the uc_orders table ('data' column). I created a view using VBO that displays fields such as cc_type (Visa, Amex, etc.) and cc_last4 (last four digit of the credit card). For some orders, these fields are empty (i.e. cc_type & cc_last4 were not saved or lost).
If I update the Transaction detail view directly in Salesforce, is there a way to synchronize back the changes to Ubercart?
Comments
Comment #1
EvanDonovan commentedCurrently the import from Salesforce back to Ubercart is not working, at least not reliably, which is why I removed the mapping code for that.
If you check the code comments, then you could add back in the import functionality. I've indicated where it was.
Then, you could post a patch and I would be willing to test.
I believe that the import might potentially work on the individual order admin form, though; you could try that.