dercoder / omnipay-webmoney

WebMoney driver for the Omnipay PHP payment processing library
MIT License
12 stars 8 forks source link

Upgrade to Omnipay v3 #6

Closed SilverFire closed 4 years ago

SilverFire commented 4 years ago

Hey, long time no see :)

This PR updates the package from Omnipay v2 to Omnipay v3. There is almost no changes except PayoutRequest: Omnipay moved to their own interface of an HTTP Client and it does not support that weird Webmoney logic with self-signed SSL certificate. That's why I've used Guzzle directly there.

I suggest you to tag a 2.0 release out of current master branch, then push it as 2.0 branch for the history. Then merge this PR into master branch and tag a 3.0 request.

If you don't have eager to do it, you can give me the contributor permissions and I'll finish it.

Thanks!

SilverFire commented 4 years ago

Closes #3