I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Wallet Deposit Being Charged Fees

#10951
alexg
Keymaster

Hello,

I understand.

Unfortunately there’s no filter to control the deposits. Moreover I am not accepting feature requests for the plugins at this time due to the upcoming release. I only fix bugs.

The deposit is created at the IPN handler, function action_parse_request, and the fee set is the one reported by the IPN handler:

if ( 'deposit' == $_POST['ipn_type'] ) {

$txrow->fee = sprintf( '%01.8F', $_POST['fee'] );