Jeff Vandroux Jr

Results 6 comments of Jeff Vandroux Jr

Localization is much appreciated! ~~Please test Square (instructions for Square test charges: https://github.com/JeffVandrewJr/patron/blob/master/test-charge.md).~~ (See below comments.) You had also mentioned adding some tests; that is much appreciated as functional/unit tests...

Update on the above comment: Square does not support multi-currency (https://squareup.com/help/us/en/article/5415-can-i-accept-multiple-currencies-with-square). Each account can only accept its home currency. Currently Square is only available in USA, Canada, Japan, Australia, and...

@Sjors Yeah Square isn't going to work for Eurozone payments. Is there any way you can add a warning to customers that choose non-USD currencies that Square won't work? Also...

@Sjors I think adding the currency code to the `PriceLevel` model is as problem because price level data is set via freeform in the admin panel, so there is ample...

@Sjors Flask is unopinionated on this and basically all matters (unlike Django). LibrePatron uses Flask-WTForms for forms; if you want to check out how to do what we're discussing using...

Right now BTCPay optionally allows input of a `taxIncluded` field to separate collected tax from revenue. It doesn't currently separate different types of tax, the idea being that you should...