Skip to content

Commit b1463f5

Browse files
1.1.4
1 parent eeac79e commit b1463f5

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
@@ -238,7 +238,7 @@ private function pCharge() {
238238
// The value must be greater than or equal to 0.
239239
// The decimal is implied. Example: 500 = $5.00.
240240
// Type = Integer; totalDigits = 8»
241-
,'itemDiscountAmount' => $this->cFromDocF($i->getDiscountAmount())
241+
,'itemDiscountAmount' => $this->cFromDocF(df_oqi_discount($i))
242242
// 2018-12-19
243243
// «The unitCost element is an optional child of the lineItemData element,
244244
// which specifies the price of one unit of the item purchased.

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.3"
3+
,"version": "1.1.4"
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": ">=4.0.7"}
14+
,"require": {"mage2pro/core": ">=5.5.2"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Vantiv\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)