recurly / recurly-js

Simple subscription billing in the browser
https://js.recurly.com/
MIT License
646 stars 139 forks source link

Allows subscription quantities of zero on Pricing instances #888

Closed chrissrogers closed 1 month ago

chrissrogers commented 1 month ago

This change does not exclude items with qty=0 from a purchase, instead invoicing those items for $0. I'd propose a follow-up to this which does exclude those items.