Greetings. Thank you for the JOpenSim components.
A client of mine is using JOpenSimMoney. On the joomla frontend users can purchase currency using PayPal. When the PayPal transaction is successful, my client successfully gets informed via email. However he has to log on to his grid and then manually transfer the proper amount to the user from the banker account. I have been asked to automate this process but Joomla's MVC abstraction confuses me and JOpenSimMoney does not appear to come with clear PHP examples to get a good idea of the proper way to do this.
The previous developer tried to intervene in ...../components/com_jshopping/payments/pm_paypal/pm_paypal.php
but this produces an endless series of missing required files.
I should be receiving the customerID when the PayPal transaction succeeds, which then can be used to look up that customer's OpenSim ID.
Would anyone be so kind to tell me which file(s) should be modified and show an example of using TransferMoney properly, including the necessary require_once calls (if any) and any joomla / opensim initialization code?
Thank you in advance!