- Posts: 4
- Thank you received: 0
Grid Status: | Offline |
Please Log in to join the conversation.
$jopensim = new OpenSimCpModelOpenSim();
$opensimUUID = $jopensim->opensimRelation($joomlaid);
$result = $jopensim->TransferMoney($params);
$params['senderID'] <-- this should be the banker account
$params['receiverID'] <-- this should be $opensimUUID
$params['amount'] <-- integer value of amount of your inworld currency
$result['success'] <-- TRUE or FALSE
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.