eztemplate Posted April 24, 2019 Share Posted April 24, 2019 Hello I have the php sdk code to call the api and want to integrate to the prestashop. Please help us. Link to comment Share on other sites More sharing options...
CedCommerce Team Posted April 24, 2019 Share Posted April 24, 2019 Hi @eztemplate You can create a simple payment module by following instruction in below link http://doc.prestashop.com/pages/viewpage.action?pageId=51184684 or generate a payment module by below url https://validator.prestashop.com/generator once module is created you can put library in module package and include autoload.php in your files where to use library classes , or add library with composer and use in module to use in payment process. 1 Link to comment Share on other sites More sharing options...
eztemplate Posted April 24, 2019 Author Share Posted April 24, 2019 Can you help me to make it? Link to comment Share on other sites More sharing options...
oswebtech Posted May 12, 2019 Share Posted May 12, 2019 On 4/24/2019 at 9:31 AM, eztemplate said: Hello I have the php sdk code to call the api and want to integrate to the prestashop. Please help us. You can generate module for payment from module generate by prestashop https://validator.prestashop.com/generator if your sdk have autoloader then you can include it in your module file and write payment validation and request call. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now