Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 7, 2024
1 parent f9d3f95 commit d077a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class Option extends \Df\Config\Source {
* @used-by \Df\Config\Source::toOptionArray()
* @return array(string => string)
*/
protected function map():array {return df_sort_names(df_map(
protected function map():array {return df_sort_l(df_map(
function(array $a):string {return dfa_deep($a, 'title/' . df_lang_ru_en());}
,array_filter(df_module_json($this, 'options'), function(array $a):bool {return !df_bool(
dfa($a, 'hideOnCheckout')
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": "mage2pro/yandex-kassa"
,"version": "1.2.1"
,"version": "1.2.2"
,"description": "Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/yandex-kassa"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=10.2.1"}
,"require": {"mage2pro/core": ">=10.8.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\YandexKassa\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit d077a24

Please sign in to comment.