Skip to content

Commit da2ccbe

Browse files
1.7.2
1 parent c397984 commit da2ccbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private function line($i = null):array {/** @var string[] $r */ $r = dfc($this,
7777
* "city": "Абакан",
7878
* "country": "RUS",
7979
* "email": "dfediuk@gmail.com",
80-
* "name": "Dmitry Fedyuk",
80+
* "name": "Dmitrii Fediuk",
8181
* "phoneExt": "",
8282
* "phoneNumber": "+79629197300",
8383
* "state": "Хакасия",

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "mage2pro/2checkout"
3-
,"version": "1.7.1"
3+
,"version": "1.7.2"
44
,"description": "2Checkout integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/2checkout"
77
,"license": "proprietary"
88
,"authors": [{
9-
"name": "Dmitry Fedyuk",
9+
"name": "Dmitrii Fediuk",
1010
"email": "admin@mage2.pro",
11-
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
11+
"homepage": "https://www.upwork.com/fl/mage2pro",
1212
"role": "Developer"
1313
}]
1414
,"require": {"mage2pro/core": ">=9.0.2", "2checkout/2checkout-php": "*"}

0 commit comments

Comments
 (0)