lat9 / gpsf

An update to the previous Numinix version, now supporting Zen Carts 1.5.6 and above (including 1.5.8a) as well as PHP versions 5.6 through 8.2.
GNU General Public License v2.0
2 stars 2 forks source link

generation fails if key parameter is missing #18

Closed torvista closed 6 months ago

torvista commented 6 months ago

Even if a key is not used, it is still necessary to include the parameter (with no value) in the url from the cron.

lat9 commented 6 months ago

Noting that the u* parameter (upload) is no longer supported anyway and the only feed-type supported is the products (tp) one.

No sense in continuing to require the feed parameter; it'll default to fy (yes, generate feed) and tp (generate products feed) if the feed parameter isn't supplied, but if supplied the parameter value must contain a valid value.