Skip to content

Commit 5916f23

Browse files
1.1.5
1 parent b1463f5 commit 5916f23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Charge.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private function pCharge() {
212212
// NOTE: If you include taxAmount as a child of lineItemData along with detailTax,
213213
// the lineItemData taxAmount should be the sum of the taxAmount children
214214
// from detailTax children.»
215-
,'taxAmount' => $this->cFromDocF($i->getTaxAmount())
215+
,'taxAmount' => $this->cFromDocF(df_oqi_tax($i))
216216
// 2018-12-19
217217
// «The lineItemTotal element is an optional child of the lineItemData element,
218218
// which specifies the total cost of the line items purchased, not including tax.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/vantiv"
3-
,"version": "1.1.4"
3+
,"version": "1.1.5"
44
,"description": "Vantiv integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/vantiv"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=5.5.2"}
14+
,"require": {"mage2pro/core": ">=5.5.3"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Vantiv\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)