Installation instructions
Requirements for the server where to install the payment module
Last updated
PrestaShop Payment Widget:
PHP version 7.4 or higher
For decryption and communication with Ecom, the payment module uses the following library - GitHub - kelvinmo/simplejwt: A simple JSON web token library written in PHP. , which is built into the module itself
The PHP extension - gmp must be enabled on the server [for the simplejwt library to work]
The PHP extension - hash must be enabled on the server [for the simplejwt library to work]
The PHP extension - openssl must be enabled on the server [for the simplejwt library to work]
The PHP extension - sodium must be enabled on the server [for the simplejwt library to work]
Last updated