Hello
I needed your plugin to customize it for my own withdrawal method and i used the Bank Transfer to modify it.
I managed to delete almost all fields from the user view and kept only 1.
Now when i click on Submit Request it does not submit it anymore.Can you tell me if any fields of those fields from BACS are mandatory in order to remove them?
Thank you
I edited the file includes/class-woo-wallet-withdrawal.php
array(
‘label’ => __(‘BTC Address’, ‘woo-wallet-withdrawal’),
‘name’ => ‘bacs_account_name’
)
));
return $bank_account_details;
}