Phil Wilks
Phil Wilks
See #89. Try changing this to... ``` if (!this.$element.is('input[type=radio], input[type=checkbox]') && (this.val === this.getVal())) { return; } ```
Apparently this is now supported. See https://stackoverflow.com/a/41770688/153629 However after adding multi-part/formdata support to my API Gateway I'm still not having any success. @kantharia @andyli did you ever get this working?
Have you considered using the [passport-custom](https://github.com/mbell8903/passport-custom) strategy instead? It is even more stripped back than [passport-local](https://github.com/jaredhanson/passport-local), and makes no assumptions about how you are passing in the **email** and **password**....
I'd be happy to maintain this
Nope, this is for in-app purchases from the App Store. This is very different to Apple Pay which is basically a credit card substitute for purchasing things like physical goods.