RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Cancelled and Declined payment are not redirected to page that explains what happened #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Do a payment that you know will be cancelled or declined
2. On the last Checkout page, click "Make Payment"
3. The page reloads with an empty cart and no message telling the user what
happened.

What is the expected output? What do you see instead?
we need make the user land on a page like the "get-paid-thank-you" one
explaining what happened.

Additional information:
The problem comes from the method
PloneGetPaid/browser/checkout.py/getNextUrl. In this method, the handling
of the "CANCELLED", "CANCELLED_BY_PROCESSOR" and "PAYMENT_DECLINED" is
commented out and what is commented out is not implemented anyway.

Original issue reported on code.google.com by lucielej...@gmail.com on 11 Dec 2007 at 3:57

GoogleCodeExporter commented 9 years ago

Original comment by lucielej...@gmail.com on 11 Dec 2007 at 8:14