Skip to content

Commit 5d7baf6

Browse files
committed
MAGETWO-58282: [PR] Bugfixes delivery for 2.2
2 parents 02045ce + 023cb51 commit 5d7baf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Paypal/Model/Payflow/Transparent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ public function authorize(InfoInterface $payment, $amount)
167167
$request->setData('origid', $token);
168168
$request->setData('amt', $this->formatPrice($amount));
169169
$request->setData('currency', $order->getBaseCurrencyCode());
170+
$request->setData('taxamt', $this->formatPrice($order->getBaseTaxAmount()));
171+
$request->setData('freightamt', $this->formatPrice($order->getBaseShippingAmount()));
170172

171173
$response = $this->postRequest($request, $this->getConfig());
172174
$this->processErrors($response);

0 commit comments

Comments
 (0)