Hello all, I'm looking into using stripe.com as a payment processor for
web2py. It looks like web2py provides a nice and easy way for this, but I
am a bit worried about pci compliance.
On this site shows an example:
http://web2py.com/books/default/chapter/29/14#Stripe.com
But no where on the
I think I may be going about this wrong, but I want to throw new form
errors if something happens after doing form.accepts(...). I'm not using
SQLFORM or CRUD, just the FORM().
The scenario is something like this: The user enters payment information
correctly, but when I charge the card, the c
the "requires=IS_INT_IN_RANGE(1,100)" for an INPUT()
will show up twice. Once underneath the input tag, and again in the html
where I set {{=BEAUTIFY(form.errors)}}
How would I disable the error display underneath the input tag?
On Wednesday, January 23, 2013 10:16:57 PM UTC-5, Ragti
3 matches
Mail list logo