Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 31, 2024
1 parent a8a8516 commit 0659eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Observer/RegisterSuccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function execute(O $o) {
,S::address(true) => df_cc_s($a->getStreet())
,S::city(true) => $a->getCity()
,S::postcode(true) => $a->getPostcode()
,S::region(true) => df_region_name($a['region'], $a['region_id'])
,S::region(true) => df_region_name($a)
,S::country(true) => df_country_ctn($a->getCountryId())
,S::agent(true) => $c[S::agent()]
,S::notes(true) => $c[S::notes()]
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kingpalm/b2b"
,"version": "1.6.2"
,"version": "1.6.3"
,"description": "A B2B module for kingpalm.com"
,"type": "magento2-module"
,"homepage": "https://github.com/kingpalm-com/b2b"
Expand All @@ -11,7 +11,7 @@
,"homepage": "https://mage2.pro/users/dmitry_fedyuk"
,"role": "Developer"
}]
,"require": {"mage2pro/core": ">=5.9.7"}
,"require": {"mage2pro/core": ">=10.8.1"}
,"autoload": {"files": ["registration.php"], "psr-4": {"KingPalm\\B2B\\": ""}}
,"keywords": ["Magento 2"]
}

0 comments on commit 0659eb5

Please sign in to comment.