This module allows you to transfer a certain amount to another user's wallet.
Select a recipient using the search bar to make a transfer, then enter the amount to transfer and click "Transfer".
The search for a user is carried out by name, ID or an email.
Configuration:
<ui-account-to-account :wallet-id="3"
confirm-by="email"> </ui-account-to-account>
props |
type |
default |
description |
:wallet-id= |
Number |
"3" |
Wallet id from which the funds will be deducted |
confirm-by= |
String |
"email" |
Confrimation of a transaction, either by email or phone |
Note: All of the settings can be customized either from admin panel by manualy editing code or from within the back office by pressing on a cog icon in a left upper corner of the page (only accessable when "Online office admin" flag is presented).
Dmitri K
Comments