idxbroker / wordpress-plugin

IMPress for IDX Broker
http://www.idxbroker.com
GNU General Public License v2.0
22 stars 30 forks source link

IMPB-1510 Listings imported with IMPress Listings do not include the MLS disclaimer #493

Open lainvineyard opened 1 year ago

lainvineyard commented 1 year ago

Pull Requests

Please explain the intent of your Pull Request.

🐛 Are you fixing a bug? Y

Template

Description of the Change

wp_listings_idx_create_post() erroneously includes ?disclaimers=true when requesting listing information from the API to import listings into a site. Since the client_properties() function in idx-api.php appends ?disclaimers=true to requests made through it, this results in an API call like /clients/featured?disclaimers=true?disclaimers=true being sent which will not return listing information with a disclaimer.

Verification Process

Import a listing through IMPress listings with and without the fix in place.

Release Notes

Fix: Better include MLS disclaimer when importing listings with IMPress listings

Review

Pull Requests must have the sign-off of two other developers and at least one of these must be an IDX Broker team member.