The subject. When tested manually, the payment_status field was always present in the request. But there are a few entries in the log which indicate that, after

payment_status = request.form.get('payment_status')

payment_status was None.

Is such an occurrance possible - or am I missing something?

有帮助吗?

解决方案

After re-reading the docs, I see that this field is not mandatory for all transaction types.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top