Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 6, 2018
1 parent d8eb70b commit 615617e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function charge($capture = true) {
$res = df_parse_colon(Api::p($req = [
// 2018-09-26 «client’s IP address, mandatory (15 characters)»
'amount' => $this->amountFormat($a)
,'auth_id' => $tid
,'trans_id' => $tid
,'client_ip_addr' => $tm->req('client_ip_addr')
,'command' => 't'
,'currency' => df_currency_num($this->cPayment())
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.0.2"
,"version": "1.1.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.9.16"}
,"require": {"mage2pro/core": ">=3.10.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\TBCBank\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 615617e

Please sign in to comment.