Displaying 1 result from an estimated 1 matches for "paypayl".
Did you mean:
paypal
2006 Mar 24
2
Error Checking and Processing
...l and save any errors to forward to the user
- If anything failed, redirect back to the form filling in the form
details and showing all error messages.
Now some things I''m not too clear on in Rails land:
- How to I parse the response from PayPal for error messages (using
SOAP and the PayPayl Rails plugin)?
- How do I redirect back to the form and send the data to fill in? (I
can redirect to the form, but there are no values filled in)
- What is the best way to structure these steps in code (order, etc)
and the best way to handle the success/fail, rollback, errors, etc?
It may be...