TheMacros Posted January 10, 2017 Share Posted January 10, 2017 Is it possible to create payment module compatible with versions 1.5, 1.6 and 1.7? In 1.7 I must use PrestaShop\PrestaShop\Core\Payment\PaymentOption class. But this class not exists in versions 1.5 and 1.6 Also module validator says "Class 'PaymentOption' does not exists". Or I must create one archive for versions 1.5 and 1.6 and another for 1.7? Link to comment Share on other sites More sharing options...
bellini13 Posted January 10, 2017 Share Posted January 10, 2017 It would be rather difficult to create and maintain a module to cover all 3 versions. You are better off having one branch for 1.5/1.6, and then another branch for 1.7 Link to comment Share on other sites More sharing options...
TheMacros Posted January 10, 2017 Author Share Posted January 10, 2017 It would be rather difficult to create and maintain a module to cover all 3 versions. You are better off having one branch for 1.5/1.6, and then another branch for 1.7 Thanks 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