I am attempting to simply create a checkout form which creates a new User (Not to be confused with creating a Stipe Customer) at checkout with Stripe payment gateway.
Form has User.name, User.email, User.password, User.confirm, and the Order.number, Order.cvc, Order.exp-month, Order.exp-year Most of this is as outlined in: http://josediazgonzalez.com/2013/12/15/payment-processing-using-stripe/ I simply added in the User registration fields to the form. Problem is as soon as the credit card info is filled out submit skips validation on the User info. If I leave all fields blank it submits / returns validation errors as it should. But once all creditcard info is entered and submit -> it appears the javascript simply sends the request and returns response. Has anyone had any success creating a User along with payment processing all on the same form. Thanks, Dave -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/groups/opt_out.
