Skip to content

Commit

Permalink
🐛 fixes marketplace requirements - install on centos7 with php5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoBarradas committed Dec 16, 2017
1 parent 1aced36 commit 99581cb
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 8 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ Template [PULLREQUEST-TEMPLATE](PULLREQUEST-TEMPLATE.md)
* :mute: `:mute:` when reducing logging
* :facepunch: `:facepunch:` when resolve conflict
* :wrench: `:wrench:` when modify Web.config

Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ protected function createCaptureChargeRequest($requestDataProvider)
/**
* @return int
*/
protected function getInvoiceTotalInCents(): int
protected function getInvoiceTotalInCents()
{
$invoiceDetails = $this->getPaymentData()->getOrder()->getInvoiceCollection();

Expand Down
1 change: 0 additions & 1 deletion ISSUE-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@ You may write here the specifications like the version of the project, services,
```
Insert your log/stack trace here
```

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion PULLREQUEST-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Add additional informations like screenshots, issue link, zendesk ticket link, j
- [ ] Does need update readme, contributing, etc?
- [ ] Does need change in CI server?
- [ ] Will this feature require a new piece of infrastructure be implemented?
- [ ] Does this PR require a blog post? If so, ensure marketing has signed off on content.
- [ ] Does this PR require a blog post? If so, ensure marketing has signed off on content.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following lines into your composer.json
```
{
"require": {
"mundipagg/mundipagg-magento2-module":"~1.0.15"
"mundipagg/mundipagg-magento2-module":"~1.0.16"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mundipagg/mundipagg-magento2-module",
"license": "Copyright",
"version": "1.0.15",
"version": "1.0.16",
"type": "magento2-module",
"description": "Magento 2 Module Mundipagg",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MundiPagg_MundiPagg" setup_version="1.0.15">
<module name="MundiPagg_MundiPagg" setup_version="1.0.16">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 99581cb

Please sign in to comment.