SantiagoInteractive / mobilpay-card-gateway-for-woocommerce

mobilPay Card Gateway for WooCommerce
GNU General Public License v2.0
19 stars 6 forks source link

PHP 8.0 and PHP 8.1 not supported #7

Open mariusf84 opened 1 year ago

mariusf84 commented 1 year ago

After checkout, when the redirect to MobilPay payment website should happen, it throws the following error: Fatal error: Uncaught ArgumentCountError: openssl_seal() expects at least 5 arguments, 4 given in…. … /wp-content/plugins/mobcard-woo-payment-gateway/includes/request/class-mobilpay-abstract.php on line 221

with PHP 7.4 (deprecated) works perfectly.

If there any chance we get un update?

Thanks.