I dont think netcash should be referenced here?
~ line 49 of uc_payfast.module
if (arg(0) == 'cart' && arg(1) == 'netcash' && arg(2) == 'complete') {
return true;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_payfast-1698404-1.patch | 520 bytes | theamoeba |
I dont think netcash should be referenced here?
~ line 49 of uc_payfast.module
if (arg(0) == 'cart' && arg(1) == 'netcash' && arg(2) == 'complete') {
return true;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_payfast-1698404-1.patch | 520 bytes | theamoeba |
Comments
Comment #1
theamoeba commentedFixed. I'm not sure how that was missed... Anyway, I have pushed the changes to the Master, but here is a patch as well.
Comment #2
theamoeba commented