Installation instructions
2
3
Technical requirements
Last updated
Magento 2 Payment Widget:
PHP version - 8.2
Magento 2 version - 2.4
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 server must have PHP extensions, gmp, hash, openssl, sodium enabled [for the simplejwt library to work]
To get the required country code in ISO3166 format, you need to install the league/iso3166 library version 4.3.3
Last updated