Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 27, 2018
1 parent 595a1b3 commit f9133e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion T/CaseT/CheckResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function t00() {}
* APPROVAL_CODE: 228017
* CARD_NUMBER: 5***********1988»
*/
function t01() {echo df_json_encode(df_explode_n(Api::p([
function t01() {echo df_json_encode(df_parse_colon(Api::p([
// 2018-09-26 «client’s IP address, mandatory (15 characters)»
'client_ip_addr' => df_visitor_ip()
,'command' => 'c'
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": "0.0.5"
,"version": "0.0.6"
,"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.9.9"}
,"require": {"mage2pro/core": ">=3.9.11"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit f9133e4

Please sign in to comment.