GustavoFernandes / order-splitter

https://gustavofernandes.github.io/order-splitter/
MIT License
3 stars 3 forks source link

Special Names Break the Link #47

Closed tucamsam closed 7 years ago

tucamsam commented 7 years ago

When using a name reserved for another use (fee, tax, tip), you end up with a broken link. For instance: https://gustavofernandes.github.io/order-splitter/index.html?tax=1&fee=1&tip=1.25&tax=12.00&fee=13.00 I haven't tried some of the special url characters (such as &, ?, or =) though they may pose potential issues as well.