bitpay / magento2-plugin

Magento2.x payment plugin for Bitpay.com
MIT License
13 stars 24 forks source link

Remove mcrypt dependency by using BitPay's latest PHP library #24

Open pieterpoorthuis opened 6 years ago

pieterpoorthuis commented 6 years ago

BitPay's PHP library v2.2.14 implements the mcrypt functions that the Magento plugin needs.

By using this new library, the mcrypt library is no longer needed

MarcinKozak commented 6 years ago

@pieterpoorthuis I made Pull Request #27 which resolve that by using OpenSSL extension from BitPay library.