Skip to content

Commit

Permalink
1.2.1: #4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 20, 2023
1 parent 9061ea7 commit 48b9dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Hash/Algorithm.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ final class Algorithm extends \Df\Config\Source {
* @used-by \Df\Config\Source::toOptionArray()
* @return array(string => string)
*/
protected function map():array {return df_map_r(function(int $v):string {return ["sha$v", "SHA-$v"];}, [1, 256, 512]);}
protected function map():array {return df_map_r(function(int $v):array {return ["sha$v", "SHA-$v"];}, [1, 256, 512]);}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/postfinance"
,"version": "1.2.0"
,"version": "1.2.1"
,"description": "PostFinance integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/postfinance"
Expand Down

0 comments on commit 48b9dcd

Please sign in to comment.