Hi
Thanks for this module
I had some problems getting it to work with the coupon module as it did not take the discount into account in Netcash.
on line: 211
$data["p4"] = uc_price(product->price, $context, $options);
to
$data["p4"] = uc_price(uc_payment_balance($order), $context, $options);
Comments
Comment #1
norio commentedAh, that makes sense!
I'm assuming that after you made that change, it worked fine? I don't have a site that uses coupons to test with.
Thanks!
Comment #2
theamoeba commentedgreat, thanks for the heads up.
Comment #3
theamoeba commented6.x-1.3
Comment #4
theamoeba commentedComment #5
norio commentedAmoeba,
I just noticed this typo on line 11:
:D
Comment #6
norio commentedPosted in the wrong place! Will re-post now!
Comment #7
norio commentedNow in the correct place: #544730: How does Netcash connect to the payment workflow