django-paypal icon indicating copy to clipboard operation
django-paypal copied to clipboard

fix subscr_failed IPN events not being accepted

Open mij opened this issue 11 years ago • 1 comments

Indicate the datetime format of all DateTimeFields so they can be correctly parsed. This change is made in particular for retry_at. When users create a subscription which later fails an instalment, paypal issues an IPN event with txn_type='subscr_failed' which indicates the date of the next attempt. This event failed parsing by django-paypal, and gets stored into the database with raw content and a flag. This fixes the issue.

mij avatar Aug 15 '13 23:08 mij

I would merge this if it had a test.

spookylukey avatar Jan 03 '14 10:01 spookylukey