Skip to content

Commit

Permalink
v1.1 auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorsk committed Apr 1, 2021
1 parent 0f8a82d commit 5347f3c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2021-03-15

### Changed
- dx-php updated to 2.2.3, with latest change from MercadoPago team.

## [1.0.3] - 2021-03-15

### Changed
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "reyesoft/mercadopago",
"description": "This library helps to make payments through MercadoPago, even with QR",
"type": "library",
"version": "1.1.0",
"keywords": ["qrcode", "payments", "mercadopago api", "reyesoft"],
"homepage": "https://github.com/reyesoft/mercadopago",
"license": "MIT",
Expand All @@ -18,7 +19,7 @@
"php": ">=7.2",
"endroid/qr-code": "^3.2",
"ext-gd": "*",
"pablorsk/dx-php": "1.7.3"
"pablorsk/dx-php": "2.2.3"
},
"require-dev": {
"reyesoft/ci": "1.2.0",
Expand All @@ -35,7 +36,7 @@
},
"autoload-dev": {
"psr-4": {
"MercadoPagoQr\\Tests\\": "tests/"
"Tests\\": "tests/"
}
},
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/MercadoPagoOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

namespace MercadoPagoQr;

use MercadoPago\InstoreOrder;

use MercadoPago\Entities\InstoreOrder;

/**
* @see https://www.mercadopago.com.ar/developers/en/guides/instore-payments/qr-payments/qr-pos/ "Order object"
Expand Down
2 changes: 1 addition & 1 deletion src/MercadoPagoPos.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace MercadoPagoQr;

use Endroid\QrCode\QrCode;
use MercadoPago\Pos as Pos;
use MercadoPago\Entities\Pos as Pos;

/**
* @see https://www.mercadopago.com.ar/developers/en/guides/instore-payments/qr-payments/qr-pos/ "Create QR"
Expand Down
2 changes: 1 addition & 1 deletion tests/MercadoPagoQrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

declare(strict_types=1);

namespace MercadoPagoQr\Tests;
namespace Tests;

use MercadoPago\SDK;
use MercadoPagoQr\MercadoPagoPos;
Expand Down
Binary file modified tests/image/mercadopago-qr-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5347f3c

Please sign in to comment.