Skip to content

Commit

Permalink
1.4.0: #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 14, 2019
1 parent a6a8751 commit 5547fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion T/CaseT/Init.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function t04() {echo F::s()->init([
'amount' => 100
// 2018-09-26 «client’s IP address, mandatory (15 characters)»
,'client_ip_addr' => df_visitor_ip()
,'command1' => 'v'
,'command' => 'v'
,'currency' => 981 // 2018-09-26 «transaction currency code (ISO 4217), mandatory, (3 digits)»
,'description' => 'UFCTEST' // 2018-09-26 «transaction details, optional (up to 125 characters)»
,'msg_type' => 'SMS'
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/tbc-bank"
,"version": "1.3.9"
,"version": "1.4.0"
,"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": ">=3.12.22"}
,"require": {"mage2pro/core": ">=4.0.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 5547fc3

Please sign in to comment.