I am running Invoice Plane v1.2 and I’m interested in developing/ adding a Payment Method/ Module/ Component that is only available in my country to the application. Is there any sort of guide for module/ plugin development for Invoice Plane that I can follow?
How to integrate it? how can it be installed? Are there files I need to edit?
P.S. waned to post this int the Development Discussion category but was denied the ability
Is there anything I should know about? Is it a matter of just simulating/ adapting from classes from the libraries/merchant folder? or is there something more complex?
I don’t know what you are trying to implement, but you may take a look at the repository itself to get an overview about how certain things work or were implemented.
If you want to add an additional payment gateway please take a look at the Omnipay library that will be used for version > 1.5.0: https://github.com/thephpleague/omnipay
Maybe there already is a driver for your payment provider?!
Thanks. The provider I am using is not on the list and actually runs off of http://www.firstatlanticcommerce.com .Their processing is rather primitive. I will look into it however. Thank you for the insights