james-efani

Results 4 comments of james-efani

Or just being able to catch the exception so it doesn't interrupt the rest of the payment stuff would be great. ``` try: djstripe.models.PaymentMethod.sync_from_stripe_data(payment_method_obj) except: print("djstripe exception sync_from_stripe_data(payment_method_obj)") ``` This...

Thanks for the quick response. The original error appears to be at the DB log level I changed a bunch of the duplicate customer field for the customer model mentioned...

Apologies - it seems it was always doing this and my error is caused by something else. Thanks for the help!