amschaal / django-ezreg

4 stars 3 forks source link

Don't delete credit card registrations on timeout #111

Open amschaal opened 5 years ago

amschaal commented 5 years ago

It may be possible that a registration times out and is deleted before they pay or cancel on the payment site. They may then pay the fee, but with no record of registration.

It may be necessary to timeout certain kinds of registrations differently, depending on payment type.

Requires further investigation.

amschaal commented 5 years ago

Also, what to do if the postback fails? Maybe all registrations should be hidden instead of deleted. This would require changes in a number of places...