Closed (fixed)
Project:
UC WePay
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Mar 2012 at 21:00 UTC
Updated:
31 Mar 2012 at 00:10 UTC
Hi there, do you know if there's any way to stop the fee from being sent to the customer through WePay? Right now, if someone buys $10 worth of something from the shop, when they get to WePay, WePay is charging THEM an additional $.50. I want the extra fee to go to me instead.
Any idea if that's possible with a change in code? Or is this just an issue with WePay?
Comments
Comment #1
bbujisic commentedThat is actually a great feature request! I'll have it implemented in the next commit, probably tomorrow or day after.
Thanks!
Comment #2
ubercarter commentedHey there! I saw there had been an updated version, but didn't see any changes on the fee end, so I just wanted to post what I changed to get it to work. Just in case anyone else wants a quick-fix.
In uc_wepay.module, there's a block that looks like this:
Just add "'fee_payer' => 'payee'," into the array.
I needed this permanently switched to "payee", so this works out for me, but I'm sure you could easily add in a drop-down box or something for others. :)
Comment #3
bbujisic commentedNow there is a nice set of radio buttons in payment method settings page. Take a look at the dev release. I've tested it in staging environment but would appreciate experiences from production.
Cheers!
Comment #4
bbujisic commentedCommitted in version 6.x-1.1