Electroneum Vendor PHP API - v0.1.1

Hi.

A pull request has been opened to update the Electroneum Vendor PHP API to v0.1.1 with some minor fixes:
https://github.com/electroneum/vendor-php/pull/2.

Please see the updated changelog for full details and add any comments, thoughts or feedback as soon as possible.

Thanks.

Egg

Amazing, thank you mister Egg. :blue_heart:

2 Likes

All commits in the pull request looks good to me! Thanks for the update.

3 Likes

The API has been updated to v0.1.1 (release notes below).

Please update your integrations using the beta branch. If using composer, remember to use the dev-beta version; for example composer update electroneum/vendor-php dev-beta.

Please see the repo for full details: github.com/electroneum/vendor-php.

v0.1.1

This is the v0.1.1 point release of the Electroneum vendor PHP library. This release presents minor bug fixes.

Fixes

Payload order of payment poll
Use cUrl in currencyToEtn(), if available, over file_get_contents()

General

README updated with remote API updates

github.com/electroneum/vendor-php/pull/2

Egg

1 Like