MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
94 stars 51 forks source link

Convert bit flags to more readable strings #401

Closed jonathanstegall closed 3 years ago

jonathanstegall commented 3 years ago

What does this Pull Request do?

This fixes #375 by converting the bit flags that came over from Drupal into strings that are more readable, and can be used in strict comparisons as well.

How do I test this Pull Request?