webzunft / edd-helpscout

Easy Digital Downloads integration for HelpScout. A WordPress Plugin.
GNU General Public License v2.0
59 stars 13 forks source link

Fix: prevent notices for unavailable price IDs in license data #83

Closed Spreeuw closed 2 years ago

Spreeuw commented 2 years ago

When a price ID ('price option') is no longer available (when it used to be available in the past but no longer is), a notice will be thrown:

PHP Notice: Undefined offset: # in /wp-content/plugins/edd-helpscout/includes/class-endpoint.php on line 427

This PR fixes that