Releases: puntodev/mercadopago
Releases · puntodev/mercadopago
Big refactor
- New namespace.
- More flexible payment preference builder.
- Ability to configure multiple items in a single order.
- Facade with docs and a better name.
- Method do check whether using sandbox or not.
Laravel framework v8.40.0 with security fixes
Bump laravel/framework from 8.26.1 to 8.40.0 (#8) * Bump laravel/framework from 8.26.1 to 8.40.0 Bumps [laravel/framework](https://github.com/laravel/framework) from 8.26.1 to 8.40.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md) - [Commits](https://github.com/laravel/framework/compare/v8.26.1...v8.40.0) Signed-off-by: dependabot[bot] <[email protected]> * Update laravel version * Restore lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mariano Goldman <[email protected]>
Support for decimal number in amount
v1.1.0 Order amount supports floating numbers #6
Laravel framework v8.23.1 with security fixes
Bump laravel/framework from 8.16.1 to 8.23.1 (#5) Bumps [laravel/framework](https://github.com/laravel/framework) from 8.16.1 to 8.23.1. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md) - [Commits](https://github.com/laravel/framework/compare/v8.16.1...v8.23.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support for PHP 8
1.0.0 Support PHP 8 (#4)
Order builder renamed
v0.0.3 Rename OrderBuilder.php to PaymentPreferenceBuilder.php. (#3)
Small fix in readme badges
v0.0.2 Fix package name casing in links to packagist, etc. (#2)
Initial version
Initial code migration from client project (#1) * Initial code migration * All methods working and tested