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.

CommentFileSizeAuthor
uc_netbanx.module.patch7.55 KBvery_random_man

Comments

alarcombe’s picture

Status: Needs review » Closed (fixed)

Thanks - applied fix manually (odd patch file) and committed.