Skip to content

Commit 64aa02b

Browse files
committed
MAGETWO-99035: Payflow Field format error: 10413-The totals of the cart item amounts do not match order amounts.
1 parent 7a0776f commit 64aa02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function authorize(InfoInterface $payment, $amount)
195195
} catch (LocalizedException $exception) {
196196
$payment->setParentTransactionId($response->getData(self::PNREF));
197197
$this->void($payment);
198-
// phpcs:ignore Magento2.Exceptions.DirectThrow
198+
// phpcs:ignore Magento2.Exceptions.ThrowCatch
199199
throw new LocalizedException(__("The payment couldn't be processed at this time. Please try again later."));
200200
}
201201

0 commit comments

Comments
 (0)