Skip to content

Commit ff93dc3

Browse files
Merge pull request #92 from AbdullahAldakheel/master
Update version to 5.0.0
2 parents 13b8308 + cc6f1fb commit ff93dc3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Helper/MoyasarHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class MoyasarHelper extends AbstractHelper
2121
{
22-
const VERSION = '4.0.0';
22+
const VERSION = '5.0.0';
2323

2424
const XML_PATH_CREDIT_CARD_IS_ACTIVE = 'payment/moyasar_payments/active';
2525
const XML_PATH_APPLE_PAY_IS_ACTIVE = 'payment/moyasar_payments_apple_pay/active';

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "moyasar-fintech/magento2",
33
"description": "Magento 2 payment module that integrate with https:\\moyasar.com Gateway",
44
"type": "magento2-module",
5-
"version": "4.0.0",
5+
"version": "5.0.0",
66
"authors": [
77
{
88
"email": "[email protected]",
@@ -14,6 +14,7 @@
1414
"ext-json": "*",
1515
"ext-curl": "*"
1616
},
17+
"license": "MIT",
1718
"autoload": {
1819
"psr-4": {
1920
"Moyasar\\Magento2\\": ""

0 commit comments

Comments
 (0)