Add bank account from fron
-
Hi there,
Thanks guys for this awesome plugin ??So when i add the bank account details from backend, it works just fine, however i added the bank account form to frontend like this:
if(class_exists(‘mangopayWCMain’)){
$mangoPay=new mangopayWCMain();
$mangoPay->bank_account_form( get_current_user_id() );
}i got the form
so when user enters his details they are correctly inserted in database but the API returns unauthorized error
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add bank account from fron’ is closed to new replies.