On line 514 of dibs_payment_prepare(), there is an is_numeric() check on $data['payment_order_id'], however there is nothing checking that this index actually exists. This causes a notice if the payment_order_id is not present. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1329164.patch | 643 bytes | gdd |
Comments
Comment #1
gddComment #2
googletorp commentedThanx, added to dev