Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 30, 2021
1 parent d1e0089 commit 964a3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions Session.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace Dfe\TBCBank;
# 2021-10-27 "Improve the custom session data handling interface": https://github.com/mage2pro/core/issues/163
final class Session extends \Df\Core\Session {
final class Session extends \Df\Customer\SessionBase {
/**
* 2021-10-27
* @used-by \Dfe\TBCBank\Init::p()
Expand All @@ -10,13 +10,4 @@ final class Session extends \Df\Core\Session {
* @return $this|array(string => mixed)
*/
function data($v = DF_N) {return df_prop($this, $v, []);}

/**
* 2021-10-26
* @override
* @see \Df\Core\Session::c()
* @used-by \Df\Core\Session::__construct()
* @return string
*/
protected function c() {return \Magento\Customer\Model\Session\Storage::class;}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/tbc-bank"
,"version": "1.4.6"
,"version": "1.4.7"
,"description": "TBC Bank (Georgia) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/tbc-bank"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=7.8.8"}
,"require": {"mage2pro/core": ">=7.8.9"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 964a3bc

Please sign in to comment.