Closed (fixed)
Project:
Ubercart Netbanx integration
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 12:05 UTC
Updated:
10 Apr 2010 at 21:12 UTC
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.