SmartCasual / jingle-jam

Jingle Jam donation and bundle site
Other
21 stars 6 forks source link

Fix a bug where lots of bundles would be assigned #180

Closed elliotcm closed 2 years ago

elliotcm commented 2 years ago

This was a combination of currency conversions and assumptions about tier prices.

It should also now never create another bundle (even a fully locked one) when an incomplete bundle already exists.

As a belt-and-braces, I've also excluded fully-locked bundles from the user's visible list, since they're of no use to them (and shouldn't exist).

Fixes https://github.com/SmartCasual/jingle-jam/issues/177