The warning message above is displayed when a transaction is finished and you click 'return to merchant' on the netbanx page.
Return callback is only provided with two arguments but also wants a third; cart_id. I can't see any use for cart_id as uc_cart_get_id() gets the id so I've removed it. Let me know if I've missed something and got a bit patch-crazy! ;-)
The patch below also includes my previous patch so it'll have the default_value fix in it too.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_netbanx.module.patch | 7.55 KB | very_random_man |
Comments
Comment #1
alarcombe commentedThanks - applied fix manually (odd patch file) and committed.