mollie / OpenCart

iDEAL, Creditcard, Bancontact/Mister Cash, SOFORT, Belfius Direct Net, KBC/CBC Payment Button, Bank transfer, Bitcoin, PayPal & paysafecard for OpenCart 1.5.6+ and OpenCart 2.0+.
http://www.mollie.com
BSD 2-Clause "Simplified" License
72 stars 37 forks source link

Mollie Api Client v1 has updated cacert.pem #83

Closed Smitsel closed 5 years ago

Smitsel commented 6 years ago

Hi,

We've updated the cacert.pem file in our v1 implementation of the api client. The new v2 uses guzzle but for other plugins still using the v1 the pem file needs to be updated.

Can you update the v1 with the current state from this tree: https://github.com/mollie/mollie-api-php/tree/v1-develop

And release it?

willemstuursma commented 6 years ago

@QualityWorks-Dev I've updated the Mollie API client by changing the included client to a git submodule.

The submodule can easily be updated to newer versions now.

I've also updated the release.sh script to initialize the submodule and remove examples and tests which don't need to be part of the OpenCart package.

Let me know what you think.