birkof / netopia-mobilpay

Mirroring MobilePay library with composer PSR-0 autoloading capability.
MIT License
5 stars 4 forks source link

Package is not working on php 8 #2

Closed costiiordan closed 2 years ago

costiiordan commented 3 years ago

src/Mobilpay/Payment/Request/RequestAbstract.php at line 327 openssl_seal() cipher_algo param is not optional anymore. See docs: https://www.php.net/manual/en/function.openssl-seal.php

birkof commented 2 years ago

@costiiordan can you please provide a PR on this?

birkof commented 2 years ago

Fixed in #4