Daniil Selivanov

Results 3 comments of Daniil Selivanov

Dont know why, but class "BoundField" is in djano/forms/boundfield.py, but not in django/forms/form.py... so, i changed imports and it works for me...

> > I'm trying to implement google pay. Everything seems fine, the payment goes through, but the paymentToken contains this kind of object : > > `{\"error\":{\"message\":\"Record not found\"},\"fieldErrors\":[]}` >...