MinnPost / minnpost-membership

WordPress plugin for membership stuff
GNU General Public License v2.0
1 stars 1 forks source link

Check account id for donations before checking contact id #65

Open jonathanstegall opened 4 years ago

jonathanstegall commented 4 years ago

We should map the user's Salesforce account ID and then check for it. If it's there, we should use that to load the user's donation history instead of their contact id.

jonathanstegall commented 4 years ago

The issue here is inside the MinnPost Salesforce plugin add on. It's not within this plugin.

To fix it we'd need to modify these lines, these lines, these lines, and these lines so that it could check the user's WordPress account for an Account ID, and if present it would use that instead.